Skip to content

Commit f7ad0bc

Browse files
authored
Fix Mixin Warnings About maxShiftBy (#2520)
1 parent 837b2ab commit f7ad0bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/mixins.gregtech.minecraft.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"target": "@env(DEFAULT)",
55
"minVersion": "0.8",
66
"compatibilityLevel": "JAVA_8",
7+
"injectors": {
8+
"maxShiftBy": 10
9+
},
710
"mixins": [
811
"BlockConcretePowderMixin",
912
"DamageSourceMixin",

0 commit comments

Comments
 (0)