Would anyone like?

Post Reply
Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

Would anyone like?

by Jordach » Post

A wool mod MK2?

Where there are 3 differences:

A single flower grows to make white.

Every colour has three colours: light red, red, dark red.

So actually running from my last update, we would have:

33 colours!

Anyone interested in helping me make this? I need flower generation, although an ABM that usees something like, (pos, +y) or something.

So, mom's the word.

INSANELY IMPORTANT EDIT: 34 Technically, forgot dark grey.
Last edited by Jordach on Mon May 14, 2012 17:24, edited 1 time in total.

User avatar
Stef
Member
Posts: 394
Joined: Wed Apr 04, 2012 10:46
Location: Belgium

by Stef » Post

Like!!!! +1
Sorry for my crappy english, im dutch :D

User avatar
NakedFury
Member
Posts: 151
Joined: Thu Dec 08, 2011 03:55

by NakedFury » Post

How would the lighter and darker colors be generated?

White + Red = light red?
Coal or black + red = dark red?

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

NakedFury wrote:How would the lighter and darker colors be generated?

White + Red = light red?
Coal or black + red = dark red?
Accurate.

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

Take a taste of the BETA: http://www.mediafire.com/file/5u2s4puz1 ... flower.zip

Notes:

It takes four flowers in a square to make wool, the old way still exists. (Nostalgia.)

Light and dark can be made from any colour node from the first version, before the 5 colour update. (Dark grey is included.)

Once red becomes pink it cannot go back to red again, or any colour like cyan, into light or dark variants. (If some feels like doing this: do it and you can have credit.

Kddkadenz's desert spawning code used for the flower + modifications.

Summary:

If something is missing, tell me.

EDIT: 1700th post.
Last edited by Jordach on Tue May 15, 2012 15:36, edited 1 time in total.

User avatar
kddekadenz
Member
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds
Location: Germany
Contact:

by kddekadenz » Post

  • Why did you include mese.lua?
  • Coloring the wool shouldn't output more wool then before, however it's good to get 16 wool blocks when using 4 flowers.
  • The wool texture is good, the flower texture isn't.
  • The growing chance of flowers is too big (too much flowers).
  • You should remove the crafting of wool with coal and sand.
  • Crafting should be vertically (I), not horizontally (--), other then that the recipes are good (finally have a use for cactus).

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

kddekadenz wrote:
  • Why did you include mese.lua?
  • Coloring the wool shouldn't output more wool then before, however it's good to get 16 wool blocks when using 4 flowers.
  • The wool texture is good, the flower texture isn't.
  • The growing chance of flowers is too big (too much flowers).
  • You should remove the crafting of wool with coal and sand.
  • Crafting should be vertically (I), not horizontally (--), other then that the recipes are good (finally have a use for cactus).
Blue can also be made using mese, this is why its in there, so it can be generated.

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

Another damn update: STABLE 1.0

Get it here people!

http://ompldr.org/vZHJzdA/woolstable.zip

Changelog:

Flowers take slightly longer to spawn.
Added:
Khaki (Light Brown + White wool)
Navy (Dark Blue + Black)
Terracotta (wool:terra - Brown + Red)
Gold (Orange + Yellow.)
Last edited by Jordach on Wed May 16, 2012 17:55, edited 1 time in total.

jmatos

by jmatos » Post

may I suggest, since you create wool from flowers, that the material be renamed cotton?seems apropriate IMO.

cxz123
New member
Posts: 1
Joined: Sun Jun 03, 2012 14:51
Contact:

by cxz123 » Post

I am studying~

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

cxz123 wrote:I am studying~
What exactly? You posted on my mod, what do you want to know.

User avatar
minetesting
Member
Posts: 38
Joined: Thu May 31, 2012 07:31
Location: some abandoned bunker

by minetesting » Post

I have a question, what exactly can i change in the init.lua to make the flowers spawn more rarely? thanks
ask about the cakes

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

New things to be added: (Just like a modpack)

Fences (crafted in the same style as woden ones)
Complete game mode - whole landmass becomes wool.

Like this? I might add more.

User avatar
Stef
Member
Posts: 394
Joined: Wed Apr 04, 2012 10:46
Location: Belgium

by Stef » Post

yea man nice +1
Sorry for my crappy english, im dutch :D

User avatar
Stef
Member
Posts: 394
Joined: Wed Apr 04, 2012 10:46
Location: Belgium

by Stef » Post

How can i change the spawnrate??? It spawns to fast and much
Sorry for my crappy english, im dutch :D

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

lemme do that Some othertime.

User avatar
Stef
Member
Posts: 394
Joined: Wed Apr 04, 2012 10:46
Location: Belgium

by Stef » Post

can i stop the spawn of flowers for my creative i dont want a world full of flowers
Sorry for my crappy english, im dutch :D

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

you can remove the generation, its the last Lines at the bottom.

User avatar
Stef
Member
Posts: 394
Joined: Wed Apr 04, 2012 10:46
Location: Belgium

by Stef » Post

ok thanks man
Sorry for my crappy english, im dutch :D

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 33 guests