Skip to content

Commit 62961bf

Browse files
committed
Fix uv rotation on brass gearbox
1 parent 317c823 commit 62961bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/resources/assets/create_connected/models/block/brass_gearbox/block_x.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"to": [2, 16, 16],
1717
"faces": {
1818
"north": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#0"},
19-
"east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
19+
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
2020
"south": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#0"},
21-
"west": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
21+
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
2222
"up": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#0"},
2323
"down": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#0"}
2424
}
@@ -40,9 +40,9 @@
4040
"to": [16, 16, 16],
4141
"faces": {
4242
"north": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#0"},
43-
"east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
43+
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
4444
"south": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#0"},
45-
"west": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
45+
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
4646
"up": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#0"},
4747
"down": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#0"}
4848
}

src/main/resources/assets/create_connected/models/block/brass_gearbox/block_z.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"from": [0, 0, 0],
1616
"to": [16, 16, 2],
1717
"faces": {
18-
"north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"},
18+
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
1919
"east": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#0"},
2020
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
2121
"west": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#0"},
@@ -39,7 +39,7 @@
3939
"from": [0, 0, 14],
4040
"to": [16, 16, 16],
4141
"faces": {
42-
"north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"},
42+
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
4343
"east": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#0"},
4444
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
4545
"west": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#0"},

0 commit comments

Comments
 (0)