Fixed 1.17 -> 1.13

This commit is contained in:
DaanV2
2021-06-05 21:57:36 +02:00
parent 72e2340ad1
commit 6169c04686
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
}
],
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/feature_rules.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/feature_rules.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}

View File

@@ -10,7 +10,7 @@
}
],
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/features.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/features.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}