Added more version support
This commit is contained in:
@@ -21,7 +21,10 @@
|
|||||||
{ "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.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.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.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" } },
|
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
||||||
|
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.10" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
||||||
|
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.20" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
||||||
|
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.30" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
||||||
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user