Fix Forge version range in mods.toml

This commit is contained in:
Aizistral
2026-01-27 21:14:49 +01:00
parent 891de10072
commit 7c5611cd36

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.19,1.19]" versionRange="1.19"
ordering="NONE" ordering="NONE"
side="BOTH" side="BOTH"