Files
minecraft-bedrock-json-schemas/source/behavior/spawn_rules/components/spawn_event.json
2022-07-22 19:41:04 +02:00

12 lines
359 B
JSON

{
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawn_event",
"title": "Spawn Event",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}