Skip to content

LightningData

seelderr edited this page Jan 13, 2025 · 1 revision

Description

Lighting data is the data needed to spawn a lightning bolt.

Schema

{
     "ignores_items_and_experience": [boolean]        // [Mandatory] || Whether the lightning bolt can target items and experience.
     "spawns_fire": [boolean]                         // [Mandatory] || Whether the lightning bolt spawns fire.
     "can_hurt_self": [boolean]                       // [Mandatory] || Whether the lightning bolt can hurt the entity that created it.
}
Datapack Documentation
Clone this wiki locally