Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/loot.json

9 lines
273 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.loot",
"additionalProperties": false,
"type": "string",
"title": "Loot 1.17.0",
2021-09-21 23:02:34 +02:00
"description": "The path to the loot table, relative to the behavior pack.",
2021-08-22 00:15:58 +02:00
"pattern": "loot_tables/.*\\.json$"
}