Started by
IAmConfused.
on
Topic category: Help with Minecraft modding (Java Edition)
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?
What triggers this?
It triggers on every tick.
of the block? Did you make the block tick?
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.
you have to enable it here,
set it to 1 for it to tick once per tick
or like 1 means it will tick every tick, 2 would be every other tick etc. iirc
Thank you! If this doesn't work I'll reply again but this definitely seems like it's my issue.