Files
minecraft-bedrock-json-schemas/source/behavior/spawn_rules/1.17.0/components/minecraft.spawn_event.json

9 lines
319 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawn_event",
"title": "Spawn Event 1.17.0",
2021-06-09 09:41:09 +02:00
"description": "UNDOCUMENTATED",
2021-06-06 10:07:19 +00:00
"type": "object",
"additionalProperties": false,
2021-06-09 09:41:09 +02:00
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
2021-06-06 10:07:19 +00:00
}