Files
minecraft-bedrock-json-schemas/source/resource/models/entity/model_entity.json

25 lines
720 B
JSON
Raw Normal View History

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": [
{
"format_version": "1.19.0",
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": {}
}
]
}
],
2021-11-16 13:37:08 +01:00
"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
}