block doesn't explode

Started by Finmide on

Topic category: Help with modding (Java Edition)

Last seen on 17:55, 22. May 2024
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
block doesn't explode

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?

Last seen on 17:02, 25. Jun 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
all dependencies are ok ?…
Fri, 04/29/2022 - 19:13

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

Last seen on 17:55, 22. May 2024
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I figured it out, apparently…
Wed, 05/18/2022 - 01:53

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.