Fix broken mixin

This commit is contained in:
Hiajen Hiajen 2022-09-25 13:43:20 +02:00
parent 592d397bad
commit 4db8f970ef
10 changed files with 115 additions and 317 deletions

View file

@ -2,13 +2,13 @@
"required": true,
"minVersion": "0.8",
"package": "net.saltymc.eaa.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"ExampleMixin",
"InGameHudMixin",
"PlayerListHudAccessor"
"PlayerListHudMixin",
"PlayerListHudInvoker"
],
"injectors": {
"defaultRequire": 1

View file

@ -28,7 +28,7 @@
],
"depends": {
"fabricloader": ">=0.7.4",
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "1.19.x",
"java": ">=17"