Skip to content

Commit abb98d7

Browse files
authored
Fix optifine blurring GT creative tab icons by scaling logos by 16x (#2846)
1 parent ead2095 commit abb98d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main/resources/assets/gregtech/models/item/metaitems/logo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
],
99
"display": {
1010
"gui": {
11-
"translation": [0.5, -0.5, 0],
12-
"scale": [1.0625, 1.0625, 1.0625]
11+
"translation": [8, -8, 0],
12+
"scale": [2, 2, 1]
1313
}
1414
}
1515
}
89 Bytes
Loading
94 Bytes
Loading

0 commit comments

Comments
 (0)