Skip to content

Commit 92d7b3d

Browse files
committed
Fix misaligned textures in Radio Tower models.
Closes #11. Co-authored-by: KazhGwennHaDu
1 parent 1a3d45a commit 92d7b3d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

common/src/main/resources/assets/classicperipherals/models/block/tower_head_base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"south": {"uv": [9, 0, 11, 4], "texture": "#1"},
2020
"west": {"uv": [7, 0, 9, 4], "texture": "#1"},
2121
"up": {"uv": [11, 4, 7, 0], "texture": "#1"},
22-
"down": {"uv": [11, 3.5, 7, 8], "texture": "#1"}
22+
"down": {"uv": [11, 4, 7, 8], "texture": "#1"}
2323
}
2424
},
2525
{

common/src/main/resources/assets/classicperipherals/models/block/tower_segment.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"east": {"uv": [7, 0, 11, 4], "texture": "#0"},
1818
"south": {"uv": [7, 0, 11, 4], "texture": "#0"},
1919
"west": {"uv": [7, 0, 11, 4], "texture": "#0"},
20-
"up": {"uv": [11, 8, 7, 3.5], "texture": "#0"},
21-
"down": {"uv": [11, 3.5, 7, 8], "texture": "#0"}
20+
"up": {"uv": [11, 8, 7, 4], "texture": "#0"},
21+
"down": {"uv": [11, 4, 7, 8], "texture": "#0"}
2222
}
2323
},
2424
{
@@ -31,8 +31,8 @@
3131
"east": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
3232
"south": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
3333
"west": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
34-
"up": {"uv": [4, 8, 0, 4], "texture": "#0"},
35-
"down": {"uv": [4, 4, 0, 8], "texture": "#0"}
34+
"up": {"uv": [3.5, 7.5, 0, 4], "texture": "#0"},
35+
"down": {"uv": [3.5, 4, 0, 7.5], "texture": "#0"}
3636
}
3737
}
3838
],

0 commit comments

Comments
 (0)