Started by
Finmide
on
Topic category: Help with Minecraft modding (Java Edition)
I set a block to explode on the trigger of the block being destroy by player. But when I go in an test it nothing happens. How would I fix it?
Topic category: Help with Minecraft modding (Java Edition)
I set a block to explode on the trigger of the block being destroy by player. But when I go in an test it nothing happens. How would I fix it?
all dependencies are ok ?
you can use only xyz, world, entity and blockstate
so your procedure have to say :
Explode at X Y Z with power of [number]
this code is in world procedures
I figured it out, apparently it was lagging so much when I was testing it that the explosion wouldnt happen till 20 minutes after the block was destroyed.