Started by
DasenSenju
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a block for map making and I want it to spawn an entity or item 2 blocks above it every hour. I have been stuck on this for a while now, any help is greatly appreciated.
you can use an nbt to count up every tick, which if you do the math for how many ticks in an hour, you can have a trigger activate when it goes over which spawns the items, and then make sure the nbt is set to 0 after the item is spawned, as to create the loop
I already know how many ticks are in an hour but the problem is that I have made nbt timers multiple times and they didin't work well.
you could use a global block variable number that counts up instead