Making crops with 'age' Blockstates (using Blockstates Plugin 2024.4)

Started by brigantes on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making crops with 'age' Blockstates (using Blockstates Plugin 2024.4)

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)

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Update: I have managed to…
Sat, 06/07/2025 - 12:11

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