Added food items and reallocated base items.

This commit is contained in:
2024-11-29 12:00:32 +00:00
parent 01d100a24d
commit ac617f92b6
216 changed files with 10894 additions and 311 deletions
@@ -0,0 +1,90 @@
{
"credit": "Made with Blockbench",
"texture_size": [8, 8],
"textures": {
"bowl": "lz:block/food/small_plate",
"top_texture": "lz:block/food/apple_pie_top",
"inner_texture": "lz:block/food/apple_pie_inner",
"side_texture": "lz:block/food/pie_side"
},
"elements": [
{
"from": [4, 0, 4],
"to": [12, 1, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]},
"faces": {
"north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"},
"east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"},
"south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"},
"west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"},
"up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"},
"down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"}
}
},
{
"from": [5, 1, 5],
"to": [11, 5, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]},
"faces": {
"north": {"uv": [8, 12, 2, 16], "texture": "#inner_texture"},
"east": {"uv": [14, 12, 8, 16], "texture": "#inner_texture"},
"south": {"uv": [8, 12, 14, 16], "texture": "#side_texture"},
"west": {"uv": [8, 12, 2, 16], "texture": "#side_texture"},
"up": {"uv": [8, 8, 2, 2], "rotation": 90, "texture": "#top_texture"}
}
}
],
"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]
}
},
"groups": [
{
"name": "group",
"origin": [8, 8, 8],
"color": 0,
"children": []
},
0,
{
"name": "group",
"origin": [8, 8, 8],
"color": 0,
"children": []
},
1
]
}