Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/loot.json
2022-06-07 21:49:23 +02:00

9 lines
301 B
JSON

{
"$id": "blockception.minecraft.behavior.blocks.minecraft.loot",
"additionalProperties": false,
"type": "string",
"title": "Loot",
"description": "The path to the loot table, relative to the behavior pack. Path string is limited to 256 characters.",
"pattern": "loot_tables/.*\\.json$"
}