Skip to content

Commit

Permalink
make client only mixins actually client only
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed May 13, 2021
1 parent 10f6f97 commit 9320aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/ae2wtlib.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"InvActionPacket",
"MEInvUpdatePacket",
"MeMonitorableScreenWireless",
"MineMenuMixin",
"MineMenuTerminalHandler",
"PlayerInventoryInsertStack",
"Restock"
],
"client": [
"MineMenuMixin",
"MineMenuTerminalHandler"
],
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit 9320aac

Please sign in to comment.