aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/lifesteal.mixins.json
blob: 59afe342e88995f08bc7b28284ea5e2919704b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "required": true,
  "minVersion": "0.8",
  "package": "world.anhgelus.lifesteal.mixin",
  "compatibilityLevel": "JAVA_21",
  "mixins": [
    "InventoryMixin",
    "ItemMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  },
  "overwrites": {
    "requireAnnotations": true
  }
}