summary refs log blame commit diff stats
path: root/src/main/resources/uwumode.mixins.json
blob: 4eb19dca738efd9bd3b94d3dd612b2ccef929a57 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                            
{
  "required": true,
  "package": "space.autistic.uwumode.mixin",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
  ],
  "client": [
    "UwuMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}