Skip to content

Commit 2201d87

Browse files
committed
Asset patches
- Fixed uvs on stress- and speedometers' block models - Toolbox hotbar slot overlay now uses the revised brass palette from 0.5.1
1 parent fff2512 commit 2201d87

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

src/main/resources/assets/create/models/block/gauge/base.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"from": [1, 0, 0],
2525
"to": [15, 2, 16],
2626
"faces": {
27-
"north": {"uv": [0, 9, 8, 10], "texture": "#2"},
27+
"north": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
2828
"east": {"uv": [0, 9, 8, 10], "texture": "#2"},
29-
"south": {"uv": [0, 9, 7, 10], "texture": "#2"},
29+
"south": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
3030
"west": {"uv": [0, 9, 8, 10], "texture": "#2"},
31-
"up": {"uv": [0, 0, 8, 7], "rotation": 270, "texture": "#2"},
32-
"down": {"uv": [0, 0, 8, 7], "texture": "#2"}
31+
"up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"},
32+
"down": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"}
3333
}
3434
}
3535
]

src/main/resources/assets/create/models/block/gauge/base_wall.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"from": [0, 1, 0],
2525
"to": [2, 15, 16],
2626
"faces": {
27-
"north": {"uv": [0, 9, 8, 10], "rotation": 270, "texture": "#2"},
27+
"north": {"uv": [0.5, 9, 7.5, 10], "rotation": 270, "texture": "#2"},
2828
"east": {"uv": [0, 0, 8, 7], "texture": "#2"},
29-
"south": {"uv": [0, 9, 7, 10], "rotation": 90, "texture": "#2"},
30-
"west": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"},
29+
"south": {"uv": [0.5, 9, 7.5, 10], "rotation": 90, "texture": "#2"},
30+
"west": {"uv": [0, 0, 8, 7], "texture": "#2"},
3131
"up": {"uv": [0, 9, 8, 10], "rotation": 90, "texture": "#2"},
3232
"down": {"uv": [0, 9, 8, 10], "rotation": 90, "texture": "#2"}
3333
}

src/main/resources/assets/create/models/block/gauge/speedometer/item.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"from": [1, 0, 0],
2727
"to": [15, 2, 16],
2828
"faces": {
29-
"north": {"uv": [0, 9, 8, 10], "texture": "#2"},
29+
"north": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
3030
"east": {"uv": [0, 9, 8, 10], "texture": "#2"},
31-
"south": {"uv": [0, 9, 7, 10], "texture": "#2"},
31+
"south": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
3232
"west": {"uv": [0, 9, 8, 10], "texture": "#2"},
3333
"up": {"uv": [0, 0, 8, 7], "rotation": 270, "texture": "#2"},
34-
"down": {"uv": [0, 0, 8, 7], "texture": "#2"}
34+
"down": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"}
3535
}
3636
},
3737
{
@@ -148,11 +148,13 @@
148148
{
149149
"name": "Gauge",
150150
"origin": [8, 8, 8],
151+
"color": 0,
151152
"children": [0, 1, 2, 3, 4, 5, 6]
152153
},
153154
{
154155
"name": "shaft",
155156
"origin": [8, 8, 8],
157+
"color": 0,
156158
"children": [7]
157159
}
158160
]

src/main/resources/assets/create/models/block/gauge/stressometer/item.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"from": [1, 0, 0],
2727
"to": [15, 2, 16],
2828
"faces": {
29-
"north": {"uv": [0, 9, 8, 10], "texture": "#2"},
29+
"north": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
3030
"east": {"uv": [0, 9, 8, 10], "texture": "#2"},
31-
"south": {"uv": [0, 9, 7, 10], "texture": "#2"},
31+
"south": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
3232
"west": {"uv": [0, 9, 8, 10], "texture": "#2"},
3333
"up": {"uv": [0, 0, 8, 7], "rotation": 270, "texture": "#2"},
34-
"down": {"uv": [0, 0, 8, 7], "texture": "#2"}
34+
"down": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"}
3535
}
3636
},
3737
{
Loading

0 commit comments

Comments
 (0)