Mcreator "age" procedure block not working as expected

Started by PartiallyObscured on

Topic category: Help with MCreator software

Active 1 year ago
Joined Oct 2023
Points:
160

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Mcreator "age" procedure block not working as expected

So, I've recently begun working on a mod that requires me to check the age of crops. I want to check if a wheat crop is fully grown when destroyed, but I cannot find the error in my code that stops it from working. The F3 menu even lists the age of a fully grown wheat crop, so what's the problem here?

 

Here's my code:

https://photos.google.com/photo/AF1QipPgfaMuGMdJCigBwXrBp1pjYhtr5eEzVxvxNT9D

 

And here's the F3 menu report: 

https://photos.google.com/photo/AF1QipMu55VckLbAb8TZJ3tk_tFpajqrivzpFl7ecLaN

 

What is the problem here?