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

8 lines
226 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.blocks.minecraft.loot",
"title": "Loot",
"description": "The path to the loot table, relative to the behavior pack.",
"type": "string",
2021-08-22 00:15:58 +02:00
"pattern": "loot_tables/.*\\.json$"
}