Particles and Holding Position for food items

This commit is contained in:
2024-11-30 01:30:46 +00:00
parent ee33fa22ce
commit 1c6d4a4038
95 changed files with 623 additions and 701 deletions
@@ -1,57 +1,58 @@
{
"credit": "Made with Blockbench",
"textures": {
"bottom": "lz:block/food/stuffed_pumpkin_bottom",
"details": "lz:block/food/stuffed_pumpkin_details",
"side": "lz:block/food/stuffed_pumpkin_side",
"top": "lz:block/food/stuffed_pumpkin_top_eaten"
},
"elements": [
{
"name": "spoon",
"from": [5, 1, 7],
"to": [15, 3, 9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [6, 2, 8]},
"faces": {
"north": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"},
"east": {"uv": [2, 1, 4, 3], "rotation": 90, "texture": "#details"},
"south": {"uv": [2, 3, 4, 13], "rotation": 90, "texture": "#details"},
"west": {"uv": [2, 1, 4, 3], "rotation": 90, "texture": "#details"},
"up": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"},
"down": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"}
}
},
{
"name": "stuffing",
"from": [4, 2, 4],
"to": [12, 4, 12],
"faces": {
"north": {"uv": [6, 4, 14, 6], "rotation": 180, "texture": "#details"},
"east": {"uv": [12, 4, 14, 12], "rotation": 90, "texture": "#details"},
"south": {"uv": [6, 10, 14, 12], "texture": "#details"},
"west": {"uv": [6, 4, 8, 12], "rotation": 270, "texture": "#details"},
"up": {"uv": [6, 4, 14, 12], "texture": "#details"},
"down": {"uv": [6, 4, 14, 12], "texture": "#details"}
}
},
{
"name": "pumpkin",
"from": [2, 0, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [2, 13, 14, 16], "texture": "#side"},
"east": {"uv": [2, 13, 14, 16], "texture": "#side"},
"south": {"uv": [2, 13, 14, 16], "texture": "#side"},
"west": {"uv": [2, 13, 14, 16], "texture": "#side"},
"up": {"uv": [2, 2, 14, 14], "texture": "#top"},
"down": {"uv": [2, 2, 14, 14], "texture": "#bottom"}
}
}
],
"display": {
"credit": "Made with Blockbench",
"textures": {
"bottom": "lz:block/food/stuffed_pumpkin_bottom",
"details": "lz:block/food/stuffed_pumpkin_details",
"side": "lz:block/food/stuffed_pumpkin_side",
"top": "lz:block/food/stuffed_pumpkin_top_eaten",
"particle": "item/pumpkin_pie"
},
"elements": [
{
"name": "spoon",
"from": [5, 1, 7],
"to": [15, 3, 9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [6, 2, 8]},
"faces": {
"north": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"},
"east": {"uv": [2, 1, 4, 3], "rotation": 90, "texture": "#details"},
"south": {"uv": [2, 3, 4, 13], "rotation": 90, "texture": "#details"},
"west": {"uv": [2, 1, 4, 3], "rotation": 90, "texture": "#details"},
"up": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"},
"down": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"}
}
},
{
"name": "stuffing",
"from": [4, 2, 4],
"to": [12, 4, 12],
"faces": {
"north": {"uv": [6, 4, 14, 6], "rotation": 180, "texture": "#details"},
"east": {"uv": [12, 4, 14, 12], "rotation": 90, "texture": "#details"},
"south": {"uv": [6, 10, 14, 12], "texture": "#details"},
"west": {"uv": [6, 4, 8, 12], "rotation": 270, "texture": "#details"},
"up": {"uv": [6, 4, 14, 12], "texture": "#details"},
"down": {"uv": [6, 4, 14, 12], "texture": "#details"}
}
},
{
"name": "pumpkin",
"from": [2, 0, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [2, 13, 14, 16], "texture": "#side"},
"east": {"uv": [2, 13, 14, 16], "texture": "#side"},
"south": {"uv": [2, 13, 14, 16], "texture": "#side"},
"west": {"uv": [2, 13, 14, 16], "texture": "#side"},
"up": {"uv": [2, 2, 14, 14], "texture": "#top"},
"down": {"uv": [2, 2, 14, 14], "texture": "#bottom"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"translation": [0, 3, 1.75],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {