aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/safelog.mixins.json
blob: ccc56d83af58b9a4b277873c5901d73c29fbcad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "required": true,
  "minVersion": "0.8",
  "package": "moe.ymc.safelog.mixin",
  "compatibilityLevel": "JAVA_16",
  "mixins": [
    "ServerLoginNetworkHandlerMixin",
    "PlayerManagerMixin"
  ],
  "client": [
  ],
  "injectors": {
    "defaultRequire": 1
  }
}