Added food items and reallocated base items.
This commit is contained in:
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"gibs": "lz:block/food/roast_chicken_gibs",
|
||||
"particle": "lz:block/food/tray_top_leftover",
|
||||
"tray_top": "lz:block/food/tray_top_leftover",
|
||||
"tray_bottom": "lz:block/food/tray_bottom"
|
||||
},
|
||||
"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, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [-6, -2, -4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 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]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user