summary refs log tree commit diff
path: root/src/main/resources/uncrackable.mixins.json
blob: d31eb1b03daf5763e84bdf74cbf9a9f60a954e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "required": true,
  "package": "wtf.kity.uncrackable.mixin",
  "compatibilityLevel": "JAVA_21",
  "mixins": [
    "BlockBehaviourMixin",
    "DragonEggBlockMixin",
    "FallingBlockEntityMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  },
  "overwrites": {
    "requireAnnotations": true
  }
}