Make a Falling Block explode after landing

Started by Vena_Cava on

Topic category: Help with Minecraft modding (Java Edition)

Active 9 months ago
Joined Mar 2020
Points:
645

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
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).

Active 1 week ago
Joined Aug 2016
Points:
3304

User statistics:

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

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

Active 1 year ago
Joined Jun 2018
Points:
937

User statistics:

  • Modifications: 5
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 350
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 :)

Active 1 year ago
Joined Oct 2021
Points:
687

User statistics:

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

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

Active 2 years ago
Joined Aug 2022
Points:
383

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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...