Make a Falling Block explode after landing

Started by Vena_Cava on

Topic category: Help with modding (Java Edition)

Last seen on 18:18, 2. Aug 2022
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).

Last seen on 03:18, 27. Sep 2024
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.

Last seen on 11:14, 30. Jul 2024
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 :)

Last seen on 17:26, 27. Jun 2024
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.

Last seen on 01:33, 31. Oct 2022
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...