summary refs log tree commit diff stats
path: root/src/main/resources/friendcode.mixins.json
blob: 62075450512022caa13320154f26755362be67d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "required": true,
  "minVersion": "0.8",
  "package": "ganarchy.friendcode.mixin",
  "compatibilityLevel": "JAVA_17",
  "mixins": [
  ],
  "client": [
    "OpenToLanScreenMixin",
    "FriendCodeIntegratedServerExt",
    "LanPingerMixin",
    "DirectConnectScreenMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}