Started by
KrizzlySnider
on
Topic category: Help with MCreator software
I am sorry for asking twice, but how to create a growing plant? Please make a step by step tutorial.
I dont need a 20 minutes video which doesnt contain my content.
Just how to let a plant grow. Which events to use, how to set it up.
And how to set my plant to the ground when I rightclicked the food which the plant drops?
its simple just create a plant and in the update tick procedure trigger make it place the next stage of the block please note that this requires a block for each stage
very simple
you can also do that when used bone meal on the plant it grows into the next stage. it will look like this:
when block is right clicked:
if entity main hand = bone meal ( or custom) then
place block [next stage block]
remove (1) bone meal from player inventory
you can also add particles when used ;)