Started by
MahyAss
on
Topic category: Help with Minecraft modding (Java Edition)
Hello.
I make a system that when a caterpillar collides with a plant, it makes a cocoon appear and it works. But my problem is to make this cocoon bloom after a while. For that I need a timer. I’ve watched several videos and none of them work at home. Could someone help me make a timer?
Here’s what I did: https://imgur.com/a/wtoB6fn
P.S The "bigger than or equal to" operation has never worked for me.
just use the ">" or "<" not the ">" or "<".
Use plant tick trigger, not global one. Store tick info in plant NBT. Make sure to enable plant ticking, and to enable tile entity so you can store the timer
I did it and it still doesn’t work
Do you have another solution @Klemen ?
Not really, because this is the way to do it. You are probably missing some steps.