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

12 lines
397 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
"$id": "blockception.minecraft.behavior.1.17.0.block.events.spawn_loot",
"type": "object",
"description": "Spawn loot from block.",
"title": "Spawn Loot 1.17.0",
"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" }
}
}