Enabled 1.16.100 items

This commit is contained in:
DaanV2
2021-01-05 00:09:49 +01:00
parent 42238d3f0a
commit 2161da2198

View File

@@ -13,29 +13,12 @@
}
],
"allOf": [
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } },
"then": { "$ref": "./1.10.0/items.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } },
"then": { "$ref": "./1.10.0/items.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.14" } } },
"then": { "$ref": "./1.14.0/items.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } },
"then": { "$ref": "./1.14.0/items.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.16" } } },
"then": { "$ref": "./1.16.0/items.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } },
"then": { "$ref": "./1.16.0/items.json" }
}
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/items.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } }, "then": { "$ref": "./1.10.0/items.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14" } } }, "then": { "$ref": "./1.14.0/items.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/items.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16" } } }, "then": { "$ref": "./1.16.0/items.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, "then": { "$ref": "./1.16.0/items.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/items.json" } }
]
}