Started by
Youtuber87
on
Topic category: Help with Minecraft modding (Java Edition)
I'm Trying to Make a block that Has a Fruit Variant Spawn on it randomly, Kind of Like Glow berries
Topic category: Help with Minecraft modding (Java Edition)
I'm Trying to Make a block that Has a Fruit Variant Spawn on it randomly, Kind of Like Glow berries
Idk how to make a double plant changing, however by a single(bush), you would need 3 blocks(3 phases) and make a ticking procedure, that after time the model changes and by clicking on the 3rd one, you would get the drop and the plant reverts to the 2nd model
But What About Make it Generate Like Kelp?
You could try to make it like sugar cane(plant element)
What about making it only be place-able in water and cant be placed on nothing, Only on Selected Blocks and itself
You could create a procedure that it needs water to spawn
Hi there,
You can easily do this with "random tick event", and have a number (or just it update upon random tick) tag for each time it does this. You can set it so that when you want it to, it updates to the "fruit" state, and when right clicked it resets to the "normal" state.
To make it placeable in water only, you would make a "on block added" procedure that would break it if not in water.