update to 1.19

yes this is only for 1.19
This commit is contained in:
AbyssDweller
2022-08-19 23:14:04 -04:00
parent fd8c6e4ab8
commit 6bdc51eaa5
5 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.fishplex.mixin",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [

View File

@@ -28,11 +28,11 @@
],
"depends": {
"fabricloader": ">=0.11.3",
"fabricloader": ">=0.14.9",
"fabric": "*",
"minecraft": "1.18.x",
"minecraft": "1.19.*",
"java": ">=17",
"extrakeybinds":"*",
"origins": ">=1.4.1"
"origins": ">=1.6.2"
}
}