Files
minecraft-bedrock-json-schemas/source/general/loot_table/identifier.json
2022-07-22 19:41:04 +02:00

10 lines
328 B
JSON

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