How to make Explosions in the newest Update

Started by Lost1010 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Feb 2024
Points:
85

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How to make Explosions in the newest Update

I want to create a Bomb item, that when right clicked just explodes with a radius of 20 after 10 seconds.

But it doesnt Work. The explode at xyz with power 20 type tnt,block,mob,none doesnt work. I tried all the Options.

I saw people using the type break or destroy, but i cant find it! 

Any Help?

Active 10 months ago
Joined Jul 2022
Points:
354

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
explosion types seems to be…
Thu, 05/09/2024 - 18:32

explosion types seems to be replaced with tnt,block,mob,none instead of break, destroy. i used to use "destroy" on my boom block and it replaced with "block".