Make a Falling Block explode after landing

Started by Vena_Cava on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a Falling Block explode after landing

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).

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use procedure blocks and…
Tue, 04/14/2020 - 01:18

Use procedure blocks and search a little bit in your head.

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use (I was thinking…
Tue, 04/14/2020 - 18:36

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 :)

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That would make it explode…
Fri, 10/22/2021 - 04:16

That would make it explode when it hits a torch or water.

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey Fredzik, How do I get…
Fri, 09/30/2022 - 09:33

Hey Fredzik, How do I get the (On block tick update) block? I can't find it...