Skip to content

Commit

Permalink
fix: I18n mixin loading on server-side
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Sep 22, 2024
1 parent 939b73c commit 480cb2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/mixins.susy.gregtech.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
"compatibilityLevel" : "JAVA_8",
"mixins" : [
"BlockMachineMixin",
"MultiblockControllerBaseMixin",
"MetaTileEntityFluidDrillMixin",
"MetaTileEntityLargeMinerMixin",
"MetaTileEntityMinerMixin"
],
"client" : [
"MultiblockControllerBaseMixin"
]
}

0 comments on commit 480cb2c

Please sign in to comment.