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