This commit is contained in:
DaanV2
2021-08-13 20:04:43 +02:00
parent ab84c00b91
commit a3853b3790
2 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/entities.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, "then": { "$ref": "./1.16.0/entities.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/entities.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.16.100/entities.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}