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