This commit is contained in:
DaanV2
2021-06-09 11:19:07 +02:00
parent 10070db06d
commit f4ea22c654
11 changed files with 39 additions and 29 deletions

View File

@@ -6,7 +6,11 @@
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": { "const": "1.17.0", "description": "UNDOCUMENTATED", "title": "Format Version" },
"format_version": {
"const": "1.17.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",

View File

@@ -6,7 +6,11 @@
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": { "const": "1.8.0", "description": "UNDOCUMENTATED", "title": "Format Version" },
"format_version": {
"const": "1.8.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",