Files
minecraft-server-resource-pack/resourcepack/assets/lz/models/food/plated_roast_chicken_1.json
T

158 lines
3.7 KiB
JSON

{
"credit": "Made with Blockbench",
"render_type": "minecraft:cutout",
"textures": {
"body": "lz:block/food/roast_chicken_eaten",
"gibs": "lz:block/food/roast_chicken_gibs",
"tray_bottom": "lz:block/food/tray_bottom",
"tray_top": "lz:block/food/tray_top_veggies",
"particle": "item/cooked_chicken"
},
"elements": [
{
"name": "body",
"from": [4, 2, 10],
"to": [12, 9, 12],
"faces": {
"north": {"uv": [8, 1, 16, 8], "texture": "#body"},
"east": {"uv": [0, 9, 2, 16], "texture": "#body"},
"south": {"uv": [8, 9, 16, 16], "texture": "#body"},
"west": {"uv": [2, 9, 0, 16], "texture": "#body"},
"up": {"uv": [0, 6, 8, 8], "texture": "#body"}
}
},
{
"name": "right_leg",
"from": [12, 5, 9],
"to": [14, 8, 13],
"faces": {
"north": {"uv": [12, 13, 14, 16], "texture": "#gibs"},
"east": {"uv": [8, 13, 12, 16], "texture": "#gibs"},
"south": {"uv": [14, 13, 16, 16], "texture": "#gibs"},
"west": {"uv": [12, 13, 8, 16], "texture": "#gibs"},
"up": {"uv": [12, 9, 14, 13], "texture": "#gibs"},
"down": {"uv": [14, 9, 16, 13], "texture": "#gibs"}
}
},
{
"name": "ribcage_end",
"from": [5, 8, 5],
"to": [11, 8, 11],
"faces": {
"up": {"uv": [1, 9, 7, 15], "texture": "#gibs"},
"down": {"uv": [1, 9, 7, 15], "rotation": 180, "texture": "#gibs"}
}
},
{
"name": "spine",
"from": [5, 3, 5],
"to": [11, 3, 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, 3, 5],
"to": [5, 8, 11],
"faces": {
"east": {"uv": [15, 2, 9, 7], "texture": "#gibs"},
"west": {"uv": [9, 2, 15, 7], "texture": "#gibs"}
}
},
{
"name": "ribcage_right",
"from": [11, 3, 5],
"to": [11, 8, 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": [75, 45, 0],
"translation": [0, 3, 1.75],
"scale": [0.375, 0.375, 0.375]
},
"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.7, 0.7, 0.7],
"translation": [0, 1, 0]
},
"head": {
"translation": [0, -30.4, 0],
"scale": [1.6, 1.6, 1.6]
},
"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": [
0,
1,
{
"name": "bones",
"origin": [16, 28, 16],
"color": 0,
"children": [2, 3, 4, 5]
}
]
},
{
"name": "plate",
"origin": [8, 8, 8],
"color": 0,
"children": [6]
}
]
}
]
}