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