Files
minecraft-bedrock-json-schemas/source/general/loot_table/identifier.json

9 lines
242 B
JSON

{
"$id": "blockception.minecraft.loot_table.identifier",
"type": "string",
"title": "Loot Table Identifier",
"description": "A minecraft loot_table identifier",
"pattern": "^loot_tables/.*\\.json$",
"examples": ["loot_tables/"]
}