summary refs log tree commit diff stats
path: root/src/main/resources/pirate-radio.client-mixins.json
blob: 27a586137ae59cb859e5ae4e051e9cb3ed169b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "required": true,
  "minVersion": "0.8",
  "package": "space.autistic.radio.client.mixin",
  "compatibilityLevel": "JAVA_21",
  "mixins": [
  ],
  "client": [
    "BlockStatesLoaderMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}