Updated Tiltes

This commit is contained in:
DaanV2
2021-07-01 17:42:32 +02:00
parent d3d55eaed9
commit a38ea8b5ee
39 changed files with 286 additions and 190 deletions

View File

@@ -5,7 +5,11 @@
"title": "Item",
"type": "object",
"properties": {
"format_version": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "TODO Title" },
"format_version": {
"title": "Format Version",
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],