Topic category: Help with Minecraft modding (Java Edition)
I have seen plenty of tutorials on how to make a custom crop, but I am having some trouble with mine. I can't get the block to randomly tick, so it will not grow. Initially I thought it was because I used a procedure to place the crop block when a seed was right-clicked on farmland. However, I tried directly placing the crop as the player, and it will still not update. I have tried using the "Force Plant Ticking" option, but that would not work either. Many of the forum posts I saw recommended using "Tick Randomly", however that property is not on the plant element, but on the block element. Does this mean I need to make the crop a block instead of a plant? Or did I do something wrong?
Extra info:
I am using the "Growable Plant Type"
The "Update Tick" trigger is tied to the growth procedure
I tried using text to see if the block was updating without actually replacing the crop
You have to make your plant a block type, unfortunately
Unless you want your crop to grow upwards