LightningData - DragonSurvivalTeam/DragonSurvival GitHub Wiki
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.
}