Started by
Zexmus
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a timed c4 and I want to have it remove a block once it explodes on the Z-axis. However, when it explodes the block does not get removed and it is confusing me so much because the timer works it explodes, but it doesn't remove the block. Any reason why this would be?
You need to put "z - 1" or "z + 1" instead of "1"
Ohhh, I can't believe I missed that.. Tysm