2021-07-02 13:00:02 +02:00
|
|
|
{
|
|
|
|
|
"$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/"],
|
2021-07-02 13:00:02 +02:00
|
|
|
"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" }]
|
2021-07-02 13:00:02 +02:00
|
|
|
}
|