aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/molehunt.client.mixins.json
blob: 7b9c0f4c70a1b3c66f5c1d278d705f68ed3d853f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "required": true,
  "minVersion": "0.8",
  "package": "world.anhgelus.molehunt.client.mixin",
  "compatibilityLevel": "JAVA_21",
  "client": [
    "NoCustomizableSkinOverlay",
    "NoNametags",
    "NoPlayerListHud",
    "NoSkin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}