Confused why this isn't working...

Started by Zexmus on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Confused why this isn't working...

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?

Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to put "z - 1" or …
Sat, 11/28/2020 - 08:16

You need to put "z - 1" or "z + 1" instead of "1"

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ohhh, I can't believe I…
Sat, 11/28/2020 - 17:18

Ohhh, I can't believe I missed that.. Tysm