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

12 lines
380 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawn_event",
"title": "Spawn Event 1.8.0",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"type": "object",
"additionalProperties": false,
2021-07-01 16:35:56 +02:00
"properties": {
2021-07-01 16:37:41 +02:00
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
2021-07-01 16:35:56 +02:00
}
2021-06-06 10:07:19 +00:00
}