Updated documentation with the microsoft documentation

This commit is contained in:
DaanV2
2021-07-02 13:00:02 +02:00
parent f9ecdb79e8
commit dd28b6a467
29 changed files with 152 additions and 127 deletions

View File

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