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

12 lines
357 B
JSON
Raw Normal View History

2021-10-21 16:39:38 +02:00
{
2021-10-21 16:43:14 +02:00
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawn_event",
"title": "Spawn Event",
2021-10-21 16:39:38 +02:00
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}