For the complete documentation index, see llms.txt. This page is also available as Markdown.

Explosion

Explosion

Creates an explosion at location, with optional fire and block damage control.

type: explosion
yield: 2.0
set-fire: false
break-blocks: false

Default target: TARGET.

Field Details

yield

Explosion power (larger value = larger radius).

yield: 4.0

set-fire

Whether the explosion ignites nearby blocks.

set-fire: true

break-blocks

Whether the explosion breaks blocks.

break-blocks: true

Last updated