Skip to content

Commit 2af247c

Browse files
committed
Crafting Station Texture Fix
1 parent 44fd079 commit 2af247c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/main/resources/assets/ultrautilities/models/block/crafting_station.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"north": {"uv": [0, 0, 1, 6], "rotation": 180, "texture": "#missing"},
468468
"south": {"uv": [0, 0, 1, 6], "texture": "#missing"},
469469
"west": {"uv": [9, 1.75, 9.75, 4.25], "rotation": 90, "texture": "#0"},
470-
"up": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#missing"},
470+
"up": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"},
471471
"down": {"uv": [0, 0, 1, 3], "texture": "#missing"}
472472
}
473473
},
@@ -646,9 +646,10 @@
646646
"rotation": {"angle": 0, "axis": "y", "origin": [-5, 2, 8]},
647647
"faces": {
648648
"north": {"uv": [9, 1.75, 9.75, 4.25], "rotation": 90, "texture": "#0"},
649-
"east": {"uv": [0, 0, 1, 6], "rotation": 180, "texture": "#missing"},
650-
"west": {"uv": [0, 0, 1, 6], "texture": "#0"},
651-
"up": {"uv": [9, 1.75, 9.25, 4.25], "rotation": 270, "texture": "#0"},
649+
"east": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"},
650+
"south": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"},
651+
"west": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"},
652+
"up": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"},
652653
"down": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"}
653654
}
654655
},
@@ -816,7 +817,7 @@
816817
"east": {"uv": [9, 1.75, 9.75, 4.25], "rotation": 270, "texture": "#0"},
817818
"south": {"uv": [9, 1.75, 9.75, 4.25], "rotation": 270, "texture": "#0"},
818819
"west": {"uv": [9, 1.75, 9.75, 4.25], "rotation": 270, "texture": "#0"},
819-
"up": {"uv": [9, 1.75, 9.25, 4.25], "rotation": 270, "texture": "#0"},
820+
"up": {"uv": [9, 2, 9.25, 4.25], "texture": "#0"},
820821
"down": {"uv": [9, 1.75, 9.25, 4.25], "rotation": 270, "texture": "#0"}
821822
}
822823
},

0 commit comments

Comments
 (0)