Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/events/spawn_loot.json

12 lines
383 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
2022-06-07 21:39:02 +02:00
"$id": "blockception.minecraft.behavior.block.events.spawn_loot",
2021-08-22 00:15:58 +02:00
"type": "object",
"description": "Spawn loot from block.",
2022-06-07 21:39:02 +02:00
"title": "Spawn Loot",
2021-08-22 00:15:58 +02:00
"required": ["table"],
"additionalProperties": false,
"properties": {
"table": { "type": "string", "description": "File path, relative to the Behavior Pack's path, to the loot table file.", "title": "Table" }
}
}