Implement new Hooks, update dependencies info

This commit is contained in:
Hiajen Hiajen 2022-09-22 13:39:56 +02:00
parent 2e08945054
commit 592d397bad
4 changed files with 7 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "net.saltymc.eaa.mixin",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [

View file

@ -30,7 +30,8 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.19.x"
"minecraft": "1.19.x",
"java": ">=17"
},
"suggests": {
"another-mod": "*"