Loosen version constraints to accept any 1.18 version

(You should still be using 1.18.1, though, as it is the only version supported by Mojang / Forge, and we may be switching to it permanently at a later date)

Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
Max
2021-12-27 17:43:48 +01:00
parent 2ad19f9cb5
commit 2aa674616b
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[39,)"
loaderVersion = "[38,)"
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
license = "GNU LGPLv3"
@@ -17,13 +17,13 @@ license = "LGPL-3"
[[dependencies.architectury]]
modId = "minecraft"
mandatory = true
versionRange = "[1.18.1,)"
versionRange = "[1.18,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.architectury]]
modId = "forge"
mandatory = true
versionRange = "[39.0.8,)"
versionRange = "[38.0.17,)"
ordering = "NONE"
side = "BOTH"