chore: commit all changes
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"ham": "lz:block/food/honey_glazed_ham_body",
|
||||
"bone": "lz:block/food/honey_glazed_ham_bone",
|
||||
"tray_top": "lz:block/food/tray_rice_berry_garnish",
|
||||
"tray_side": "lz:block/food/tray_bottom",
|
||||
"particle": "item/cooked_porkchop"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "plate",
|
||||
"from": [1, 0, 1],
|
||||
"to": [15, 2, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 11, 15, 13], "texture": "#tray_side"},
|
||||
"east": {"uv": [1, 11, 15, 13], "texture": "#tray_side"},
|
||||
"south": {"uv": [1, 11, 15, 13], "texture": "#tray_side"},
|
||||
"west": {"uv": [1, 11, 15, 13], "texture": "#tray_side"},
|
||||
"up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"},
|
||||
"down": {"uv": [1, 1, 15, 15], "texture": "#tray_side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ham",
|
||||
"from": [4, 2, 8],
|
||||
"to": [12, 10, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 8], "texture": "#ham"},
|
||||
"east": {"uv": [8, 8, 4, 16], "texture": "#ham"},
|
||||
"south": {"uv": [8, 8, 16, 16], "texture": "#ham"},
|
||||
"west": {"uv": [4, 8, 8, 16], "texture": "#ham"},
|
||||
"up": {"uv": [8, 4, 16, 8], "texture": "#ham"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bone",
|
||||
"from": [7, 5, 12],
|
||||
"to": [9, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 2], "texture": "#bone"},
|
||||
"east": {"uv": [6, 0, 2, 2], "texture": "#bone"},
|
||||
"south": {"uv": [0, 0, 2, 2], "texture": "#bone"},
|
||||
"west": {"uv": [2, 0, 6, 2], "texture": "#bone"},
|
||||
"up": {"uv": [0, 2, 2, 6], "texture": "#bone"},
|
||||
"down": {"uv": [0, 6, 2, 2], "texture": "#bone"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user