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