Crops wont grow

Started by IAmConfused. on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Crops wont grow

a mcreator procedure

These are 4 seperate blocks to make the illusion of growing. They are all set as block entities. I have a on right click script that shows the NBT progress in chat and it is always at "0.0". Anyone know why?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What triggers this?
Wed, 09/17/2025 - 08:33

What triggers this?

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It triggers on every tick.
Wed, 09/17/2025 - 16:37

It triggers on every tick.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
of the block? Did you make…
Wed, 09/17/2025 - 17:36

of the block? Did you make the block tick?

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a specific thing…
Wed, 09/17/2025 - 17:55

Is there a specific thing you have to check to make it do that? It's just on the every tick of the procedures section.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you have to enable it here, …
Wed, 09/17/2025 - 17:58

you have to enable it here,

set it to 1 for it to tick once per tick

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
or like 1 means it will tick…
Wed, 09/17/2025 - 17:59

or like 1 means it will tick every tick, 2 would be every other tick etc. iirc

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you! If this doesn't…
Wed, 09/17/2025 - 18:18

Thank you! If this doesn't work I'll reply again but this definitely seems like it's my issue.