Patched items and added models for rotator wrench.

This commit is contained in:
2025-04-02 18:36:14 +01:00
parent 0d69eff7d8
commit c758d5a343
16 changed files with 328 additions and 8 deletions
@@ -2,7 +2,8 @@
"credit": "Made with Blockbench",
"texture_size": [128, 128],
"textures": {
"6": "lz:block/festive/christmas_tree"
"6": "lz:block/festive/christmas_tree",
"particle": "block/oak_leaves"
},
"elements": [
{
@@ -1,6 +1,5 @@
{
"credit": "Made with Blockbench",
"parent": "displaydelight:block/bowl",
"textures": {
"2": "lz:block/food/beetroot_soup",
"4": "lz:block/food/bowl",
@@ -1,6 +1,5 @@
{
"credit": "Made with Blockbench",
"parent": "displaydelight:block/parent_bowl",
"render_type": "cutout",
"textures": {
"2": "lz:block/food/stuffed_pumpkin_details",
@@ -111,10 +110,10 @@
"to": [11, 3.5, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]},
"faces": {
"north": {"uv": [0, 6, 6, 8], "texture": "#missing"},
"east": {"uv": [0, 6, 6, 8], "texture": "#missing"},
"south": {"uv": [6, 0, 12, 2], "texture": "#missing"},
"west": {"uv": [6, 0, 12, 2], "texture": "#missing"},
"north": {"uv": [0, 6, 6, 8], "texture": "#6"},
"east": {"uv": [0, 6, 6, 8], "texture": "#6"},
"south": {"uv": [6, 0, 12, 2], "texture": "#6"},
"west": {"uv": [6, 0, 12, 2], "texture": "#6"},
"up": {"uv": [6, 6, 0, 0], "texture": "#6"}
}
},