Files
minecraft-bedrock-json-schemas/source/behavior/spawn_rules/components/spawn_event.json
2024-03-29 14:40:33 +01:00

11 lines
359 B
JSON

{
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawn_event",
"title": "Spawn Event",
"description": "Event related to the spawning of an entity.",
"type": "object",
"additionalProperties": false,
"properties": {
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}