2021-06-06 10:07:19 +00:00
|
|
|
{
|
2021-11-20 11:26:35 +01:00
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
2021-06-06 10:07:19 +00:00
|
|
|
"$id": "blockception.minecraft.resource.model",
|
|
|
|
|
"examples": [
|
|
|
|
|
{
|
2024-06-29 00:06:53 +05:00
|
|
|
"format_version": "1.20.80",
|
2021-06-06 10:07:19 +00:00
|
|
|
"minecraft:geometry": [
|
|
|
|
|
{
|
|
|
|
|
"description": {
|
|
|
|
|
"identifier": "geometry.entity",
|
|
|
|
|
"texture_width": 64.0,
|
|
|
|
|
"texture_height": 64.0,
|
|
|
|
|
"visible_bounds_offset": [0.0, 0.5, 0.0],
|
|
|
|
|
"visible_bounds_width": 1.5
|
|
|
|
|
},
|
|
|
|
|
"bones": {}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2024-09-22 16:25:16 +05:00
|
|
|
"if": { "properties": { "format_version": { "type": "string", "const": "1.21.0" } } },
|
|
|
|
|
"then": { "$ref": "./1.21.0/model_entity.json" },
|
|
|
|
|
"else": {
|
|
|
|
|
"if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } },
|
|
|
|
|
"then": { "$ref": "./1.8.0/model_entity.json" },
|
|
|
|
|
"else": { "$ref": "./1.16.0/model_entity.json" }
|
|
|
|
|
}
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|