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

@@ -35,7 +35,7 @@
"accessWidener": "architectury.accessWidener",
"icon": "icon.png",
"depends": {
"minecraft": "~1.18.1",
"minecraft": "~1.18-",
"fabricloader": ">=0.12.0",
"fabric": ">=0.44.0"
},

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"

View File

@@ -3,8 +3,8 @@ org.gradle.daemon=false
forgeEnabled=true
minecraft_version=1.18.1
supported_version=1.18.1
minecraft_version=1.18
supported_version=1.18(.1)
cf_type=release
@@ -17,4 +17,4 @@ fabric_loader_version=0.12.8
fabric_api_version=0.44.0+1.18
mod_menu_version=3.0.0
forge_version=39.0.8
forge_version=38.0.17