How to make explosions not break blocks?

Started by StoneBana on

Topic category: Help with MCreator software

Active 3 years ago
Joined Apr 2016
Points:
729

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
How to make explosions not break blocks?

Basically I have it set that when the arrow of a ranged weapon hits a block or entity, it explodes. I want this explosion to still knock anyone in the radius back, as well as create the explosion effect, but not destroy any blocks. How do I do this/is this possible?

Active 5 years ago
Joined Apr 2016
Points:
706

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Hello, You could mimic the…
Wed, 05/01/2019 - 07:01

Hello,

You could mimic the effect by using particle effects and move entity function.

Active 5 years ago
Joined May 2019
Points:
662

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Quick Question, What…
Wed, 05/22/2019 - 15:30

Quick Question, What Procedure do you use to Explode on impact? Or is it code?

 

Use procedure block explodes…
Wed, 05/22/2019 - 19:45

Use procedure block explodes from World management tab. I suggest you check these tutorials to get a basic idea on how to use procedures: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Active 5 years ago
Joined May 2019
Points:
662

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Thanks
Thu, 05/23/2019 - 15:06

Thanks