Skip to content

Commit c897d2d

Browse files
committed
Item Rotation
1 parent 4598455 commit c897d2d

4 files changed

Lines changed: 31 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@
965965
"scale": [0.5, 0.5, 0.5]
966966
},
967967
"gui": {
968-
"rotation": [9, -15, 0],
969-
"scale": [0.75, 0.75, 0.75]
968+
"rotation": [30, 45, 0],
969+
"scale": [0.65, 0.65, 0.65]
970970
},
971971
"fixed": {
972972
"scale": [0.5, 0.5, 0.5]

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,30 @@
239239
}
240240
}
241241
],
242+
"display": {
243+
"thirdperson_righthand": {
244+
"scale": [0.5, 0.5, 0.5]
245+
},
246+
"thirdperson_lefthand": {
247+
"scale": [0.5, 0.5, 0.5]
248+
},
249+
"firstperson_righthand": {
250+
"scale": [0.5, 0.5, 0.5]
251+
},
252+
"firstperson_lefthand": {
253+
"scale": [0.5, 0.5, 0.5]
254+
},
255+
"ground": {
256+
"scale": [0.5, 0.5, 0.5]
257+
},
258+
"gui": {
259+
"rotation": [30, 45, 0],
260+
"scale": [0.65, 0.65, 0.65]
261+
},
262+
"fixed": {
263+
"scale": [0.5, 0.5, 0.5]
264+
}
265+
},
242266
"groups": [0, 1, 2, 3, 4, 5, 6,
243267
{
244268
"name": "Border",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
"scale": [0.5, 0.5, 0.5]
220220
},
221221
"gui": {
222-
"rotation": [22.5, 22.5, 0],
223-
"scale": [0.7, 0.7, 0.7]
222+
"rotation": [30, 45, 0],
223+
"scale": [0.65, 0.65, 0.65]
224224
},
225225
"fixed": {
226226
"scale": [0.5, 0.5, 0.5]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parent": "ultrautilities:block/lightning_concentrator"
3+
}

0 commit comments

Comments
 (0)