Added spawn rules 1.17.0

This commit is contained in:
DaanV2
2021-06-03 16:26:03 +02:00
parent 7a8667a9c0
commit f9e7609cd0
2 changed files with 68 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/spawn_rules.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.11.0" } } }, "then": { "$ref": "./1.11.0/spawn_rules.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/spawn_rules.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}