Started by
Zainhargrove
on
Topic category: Help with Minecraft modding (Java Edition)
Hello so I'm trying to make a mod with a block (crate) that will explode when you right click an item in the air. If possible i want all the crates in a 30x30x30 area to blow up, but if that's too hard then all the crates in the world will work.
You could use global variables to remotely trigger blocks.
I tried doing a global varible that when you right click it it changes it to = 1 and on block update tick if varible = 1 then explode, but that didn't work.