Skip to content

Commit

Permalink
fix(mixins): remove refmap & downgrade compat level to JAVA_17
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 authored and YaLTeR committed Jun 12, 2024
1 parent 527bf8e commit 54d403e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/mousetweaks.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"required": true,
"minVersion": "0.8",
"package": "yalter.mousetweaks.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"AbstractContainerScreenAccessor"
],
"injectors": {
"defaultRequire": 1
},
"refmap": "mousetweaks.mixins.refmap.json"
}
}

0 comments on commit 54d403e

Please sign in to comment.