Added food items and reallocated base items.
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"bottom": "lz:block/food/pie_bottom",
|
||||
"inner": "lz:block/food/chocolate_pie_inner",
|
||||
"side": "lz:block/food/pie_side",
|
||||
"top": "lz:block/food/chocolate_pie_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [2, 0, 2],
|
||||
"to": [14, 4, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 12, 14, 16], "texture": "#side"},
|
||||
"east": {"uv": [2, 12, 14, 16], "texture": "#side"},
|
||||
"south": {"uv": [2, 12, 14, 16], "texture": "#side"},
|
||||
"west": {"uv": [2, 12, 14, 16], "texture": "#side"},
|
||||
"up": {"uv": [2, 2, 14, 14], "texture": "#top"},
|
||||
"down": {"uv": [2, 2, 14, 14], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 6],
|
||||
"to": [10, 5, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"east": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"south": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"west": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"up": {"uv": [6, 7, 10, 11], "texture": "#inner"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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, 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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user