Files

10 lines
328 B
JSON
Raw Permalink Normal View History

{
"$id": "blockception.minecraft.loot_table.identifier",
2022-07-22 19:41:04 +02:00
"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",
2022-02-01 18:06:14 +01:00
"type": "string",
"defaultSnippets": [{ "label": "New Identifier", "body": "loot_tables/$1.json" }]
}