Fix broken mixin
This commit is contained in:
parent
592d397bad
commit
4db8f970ef
10 changed files with 115 additions and 317 deletions
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabricloader": ">=0.14.6",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.19.x",
|
||||
"java": ">=17"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue