Started by
MGMac
on
Topic category: Help with Minecraft modding (Java Edition)
I need to spawn an item above a block every 1 minute. I had used on block update tick with wait 1200 ticks then spawn gem but it waited 1 minute then started spawning gems every tick which is very bad. Please help, this relates to the modjam and is therefore very urgent
Wow this was very helpful, I'll have to test it out but thanks
Wouldn't this apply to all of the blocks? I would like each block of this type to still work
Use a while true to have a wait 1200 ticks then run?
Or have a ticker that goes up every tick and will summon a gem when it hits X before resetting to 0