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": { "depends": {
"fabricloader": ">=0.18.4", "fabricloader": ">=0.18.4",
"minecraft": "~1.16.4", "minecraft": "~1.17",
"java": ">=8", "java": ">=16",
"fabric": "*" "fabric": "*"
} }
} }

View File

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