Added model format 1.16.0

This commit is contained in:
DaanV2
2021-03-11 12:06:36 +01:00
parent 1a49e89a50
commit bccb5f95aa
2 changed files with 513 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.resource.model",
"examples": [
{
"format_version": "1.12.0",
"format_version": "1.16.0",
"minecraft:geometry": [
{
"description": {
@@ -34,6 +34,10 @@
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } },
"then": { "$ref": "./1.14.0/model_entity.json" }
},
{
"if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } },
"then": { "$ref": "./1.16.0/model_entity.json" }
}
]
}