Refactoring

This commit is contained in:
DaanV2
2020-12-12 00:09:25 +01:00
parent 124cc839f1
commit 6d1ef3597b
226 changed files with 740 additions and 744 deletions

View File

@@ -15,19 +15,19 @@
"allOf": [
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } },
"then": { "$ref": "1.10.0/blocks.json" }
"then": { "$ref": "./1.10.0/blocks.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } },
"then": { "$ref": "1.10.0/blocks.json" }
"then": { "$ref": "./1.10.0/blocks.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.12.0" } } },
"then": { "$ref": "1.12.0/blocks.json" }
"then": { "$ref": "./1.12.0/blocks.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } },
"then": { "$ref": "1.16.0/blocks.json" }
"then": { "$ref": "./1.16.0/blocks.json" }
}
]
}