Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/lz/models/food/plated_roast_chicken0.json
T

126 lines
2.8 KiB
JSON

{
"credit": "Made with Blockbench",
"render_type": "minecraft:cutout",
"textures": {
"gibs": "lz:block/food/roast_chicken_gibs",
"tray_top": "lz:block/food/tray_top_leftover",
"tray_bottom": "lz:block/food/tray_bottom",
"particle": "item/cooked_chicken"
},
"elements": [
{
"name": "ribcage_end",
"from": [5, 7.1, 5],
"to": [11, 7.1, 11],
"faces": {
"up": {"uv": [1, 9, 7, 15], "texture": "#gibs"},
"down": {"uv": [1, 9, 7, 15], "rotation": 180, "texture": "#gibs"}
}
},
{
"name": "spine",
"from": [5, 2.1, 5],
"to": [11, 2.1, 11],
"faces": {
"up": {"uv": [1, 1, 7, 7], "texture": "#gibs"},
"down": {"uv": [1, 1, 7, 7], "rotation": 180, "texture": "#gibs"}
}
},
{
"name": "ribcage_left",
"from": [5, 2.1, 5],
"to": [5, 7.1, 11],
"faces": {
"east": {"uv": [15, 2, 9, 7], "texture": "#gibs"},
"west": {"uv": [9, 2, 15, 7], "texture": "#gibs"}
}
},
{
"name": "ribcage_right",
"from": [11, 2.1, 5],
"to": [11, 7.1, 11],
"faces": {
"east": {"uv": [15, 2, 9, 7], "texture": "#gibs"},
"west": {"uv": [9, 2, 15, 7], "texture": "#gibs"}
}
},
{
"name": "plate",
"from": [1, 0, 1],
"to": [15, 2, 15],
"faces": {
"north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"},
"east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"},
"south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"},
"west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"},
"up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"},
"down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 3, 1.75],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [90, 0, 0],
"translation": [-6, -2, -4]
},
"firstperson_righthand": {
"rotation": [0, 9, 25],
"translation": [1.13, 6.5, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [0, 9, 25],
"translation": [1.13, 6.5, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"head": {
"translation": [0, 13, 0]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -16],
"scale": [2, 2, 2]
}
},
"groups": [
{
"name": "roast_chicken",
"origin": [8, 8, 8],
"color": 0,
"children": [
{
"name": "chicken",
"origin": [8, 8, 8],
"color": 0,
"children": [
{
"name": "bones",
"origin": [16, 28, 16],
"color": 0,
"children": [0, 1, 2, 3]
}
]
},
{
"name": "plate",
"origin": [8, 8, 8],
"color": 0,
"children": [4]
}
]
}
]
}