Skip to content

MCreator Explosion Break Procedure

NorthWestTrees edited this page Sep 25, 2024 · 1 revision

When block destroyed by explosion

It is possible to use this trigger for the block element and make items drop when an explosion happens.

Block trigger

image

Allowed trigger dependencies

The following dependencies can be used in the trigger.

  • x
  • y
  • z
  • world

Basic example

For a simple block drop example, all you need to do is spawn a dropped item for your resource.

image

Clone this wiki locally