Started by
Neiot
on
Topic category: Help with Minecraft modding (Java Edition)
For instance, I would like to make a crop like sweet berries or potatoes, but with tomatoes. My intention is to grow tomatoes to make tomato soup and, eventually, pizza. But I've yet to figure out how to make it possible to grow the plant like a crop. Is there an updated tutorial for making a growing crop? I just can't wrap my head around any of the guides that currently exist. I am new to MCreator, so I don't even know what some of the procedure terminology means.
Well is plenty tutorials for this
You can use NBT for example or just random procedure (both working fine)
This rocedure is quite easy, check for any tutorial
I am not sure what NBT is, though. What is NBT?
Check tutorials for this
Call me helpless, but the tutorials haven't been super helpful. :(
On block tick update:
If random 0.001 (or anything you wish) then remove block (basic crop) and place new block (advanced crop)
for NBT too complicated, find a tutorial for it. Are plenty very useful and clear
nbts are a way to store data to an individual block, ie. can this block see the sun, and if it is true, than it will store true to the nbt variable. for instance, a potion is a water bottle with an nbt, which is stored specific to that instace of the item
so if you wanted to make a crop that took a specific time to grow, you could make a procedure that is triggered every time the block updates, and when it is activated it sets the nbt to the the current value plus one. then it checks if the nbt is greater than a certian number ie 500, and if so it removes the block at xyz and places the crop at the next stage
hey neiot. i could help with your mod by modeling. contact me on discord at "ya boi sculk#1589"