1.18-pre2

This commit is contained in:
modmuss50 2021-11-16 19:30:30 +00:00
parent 466c1a804a
commit 57e84b576d
5 changed files with 11 additions and 12 deletions

View file

@ -29,8 +29,8 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.17.x",
"java": ">=16"
"minecraft": "1.18.x",
"java": ">=17"
},
"suggests": {
"another-mod": "*"

View file

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