Started by
brigantes
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a crop that grows using vanilla Minecraft's 'age' blockstate, however I can't seem to get the crop to grow past age_1. The plant itself has 4 stages but I want it to grow using ages 0 to 7. The plant is also set to age 1 instead of 0 by default for some reason.
To help check things, I've imported the mod into a modpack with Jade to show the growth by percentage. But nothing I've done seems to change the issue.
https://imgur.com/a/4FYDSwI (This is the update tick procedure I am using)
Update: I have managed to fix the aging of the crops, however the crop will only update one blockstate and freeze. For some reason it only cycles through one before just stopping. I've tested one blockstate at a time and this is 100% the issue, but I don't know what is causing it
https://imgur.com/a/GwdXeIp