Skip to content

Commit afc586d

Browse files
authored
semi-reverted boiler.json gui display (#542)
fixed rotation in GUI back to 45° for better banding distinction
1 parent 9ef2f86 commit afc586d

File tree

1 file changed

+3
-3
lines changed
  • common/src/main/resources/assets/railways/models/block/palettes/boiler

1 file changed

+3
-3
lines changed

common/src/main/resources/assets/railways/models/block/palettes/boiler/boiler.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"ambient_occlusion": false,
44
"display": {
55
"gui": {
6-
"rotation": [30, 90, 0],
7-
"scale": [0.4, 0.4, 0.4]
6+
"rotation": [30, 45, 0],
7+
"scale": [0.4125, 0.4125, 0.4125]
88
}
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)