Update Minecraft version requirements

This commit is contained in:
Aizistral
2026-01-26 20:22:45 +01:00
parent 6d982a8d9a
commit af5c2cebb8
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": "~1.16.4",
"java": ">=8",
"minecraft": "~1.17",
"java": ">=16",
"fabric": "*"
}
}

View File

@@ -21,6 +21,6 @@ description="A mod dedicated to removing restrictions around the use of multipla
[[dependencies.nochatrestrictions]]
modId="minecraft"
mandatory=true
versionRange="[1.16.4,1.17)"
versionRange="[1.17,1.18)"
ordering="NONE"
side="BOTH"