Particles and Holding Position for food items
This commit is contained in:
@@ -1,62 +1,63 @@
|
||||
{
|
||||
"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, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 12, 14, 16], "texture": "#side"},
|
||||
"east": {"uv": [8, 12, 14, 16], "texture": "#side"},
|
||||
"south": {"uv": [2, 12, 14, 16], "texture": "#inner"},
|
||||
"west": {"uv": [2, 12, 8, 16], "texture": "#side"},
|
||||
"up": {"uv": [2, 2, 14, 8], "texture": "#top"},
|
||||
"down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 6],
|
||||
"to": [10, 5, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"east": {"uv": [8, 11, 10, 12], "texture": "#inner"},
|
||||
"south": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"west": {"uv": [6, 11, 8, 12], "texture": "#inner"},
|
||||
"up": {"uv": [6, 7, 10, 9], "texture": "#inner"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 8],
|
||||
"to": [8, 4, 14],
|
||||
"faces": {
|
||||
"east": {"uv": [2, 12, 8, 16], "texture": "#inner"},
|
||||
"south": {"uv": [2, 12, 8, 16], "texture": "#side"},
|
||||
"west": {"uv": [8, 12, 14, 16], "texture": "#side"},
|
||||
"up": {"uv": [2, 8, 8, 14], "texture": "#top"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#bottom", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 8],
|
||||
"to": [8, 5, 10],
|
||||
"faces": {
|
||||
"east": {"uv": [6, 11, 8, 12], "texture": "#inner"},
|
||||
"south": {"uv": [6, 11, 8, 12], "texture": "#inner"},
|
||||
"west": {"uv": [8, 11, 10, 12], "texture": "#inner"},
|
||||
"up": {"uv": [6, 9, 8, 11], "texture": "#inner"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"bottom": "lz:block/food/pie_bottom",
|
||||
"inner": "lz:block/food/chocolate_pie_inner",
|
||||
"side": "lz:block/food/pie_side",
|
||||
"particle": "lz:block/food/chocolate_pie_top",
|
||||
"top": "lz:block/food/chocolate_pie_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [2, 0, 2],
|
||||
"to": [14, 4, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 12, 14, 16], "texture": "#side"},
|
||||
"east": {"uv": [8, 12, 14, 16], "texture": "#side"},
|
||||
"south": {"uv": [2, 12, 14, 16], "texture": "#inner"},
|
||||
"west": {"uv": [2, 12, 8, 16], "texture": "#side"},
|
||||
"up": {"uv": [2, 2, 14, 8], "texture": "#top"},
|
||||
"down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 6],
|
||||
"to": [10, 5, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"east": {"uv": [8, 11, 10, 12], "texture": "#inner"},
|
||||
"south": {"uv": [6, 11, 10, 12], "texture": "#inner"},
|
||||
"west": {"uv": [6, 11, 8, 12], "texture": "#inner"},
|
||||
"up": {"uv": [6, 7, 10, 9], "texture": "#inner"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 8],
|
||||
"to": [8, 4, 14],
|
||||
"faces": {
|
||||
"east": {"uv": [2, 12, 8, 16], "texture": "#inner"},
|
||||
"south": {"uv": [2, 12, 8, 16], "texture": "#side"},
|
||||
"west": {"uv": [8, 12, 14, 16], "texture": "#side"},
|
||||
"up": {"uv": [2, 8, 8, 14], "texture": "#top"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#bottom", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 8],
|
||||
"to": [8, 5, 10],
|
||||
"faces": {
|
||||
"east": {"uv": [6, 11, 8, 12], "texture": "#inner"},
|
||||
"south": {"uv": [6, 11, 8, 12], "texture": "#inner"},
|
||||
"west": {"uv": [8, 11, 10, 12], "texture": "#inner"},
|
||||
"up": {"uv": [6, 9, 8, 11], "texture": "#inner"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
"rotation": [75, -135, 0],
|
||||
"translation": [0, 4.5, 3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [90, 0, 0],
|
||||
@@ -78,7 +79,8 @@
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
"translation": [0, 2.25, 0],
|
||||
"scale": [0.8, 0.8, 0.8]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 13, 0]
|
||||
|
||||
Reference in New Issue
Block a user