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

9 lines
242 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.loot_table.identifier",
"description": "A minecraft loot_table identifier",
2021-10-23 19:54:22 +02:00
"examples": ["loot_tables/"],
"pattern": "^loot_tables/.*\\.json$",
2021-10-23 19:54:22 +02:00
"title": "Loot Table Identifier",
"type": "string"
}