Started by
Vena_Cava
on
Topic category: Help with Minecraft modding (Java Edition)
I made an Explosive Barrel block and made it affected by Gravity, I would like the block to explode after falling (if possible, after a certain distance so it doesn't explode after falling just 1 block).
Use procedure blocks and search a little bit in your head.
You can use (I was thinking about the same today xD):
On block tick update:
If:not:is air at X (Y-1) Z
Do: explode with power <?> at X Y Z
I hope I helped :)
That would make it explode when it hits a torch or water.
Hey Fredzik, How do I get the (On block tick update) block? I can't find it...