This commit is contained in:
DaanV2
2021-10-23 19:54:22 +02:00
parent 2266e52aba
commit a2c3c292e2
9 changed files with 27 additions and 27 deletions

View File

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