Update to 1.18.1, Forge 39, and add Loader and FAPI to fmj depends (#151)

Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
Max
2021-12-26 23:18:23 +01:00
parent 82d1b6947f
commit a5d32c3f9a
3 changed files with 11 additions and 10 deletions

View File

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

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[38,)"
loaderVersion = "[39,)"
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,)"
versionRange = "[1.18.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.architectury]]
modId = "forge"
mandatory = true
versionRange = "[38.0.6,)"
versionRange = "[39.0.8,)"
ordering = "NONE"
side = "BOTH"

View File

@@ -3,19 +3,18 @@ org.gradle.daemon=false
forgeEnabled=true
minecraft_version=1.18
supported_version=1.18
crane_version=1.17.1+build.1
minecraft_version=1.18.1
supported_version=1.18.1
cf_type=release
archives_base_name=architectury
archives_base_name_snapshot=architectury-snapshot
base_version=3.2
base_version=3.3
maven_group=dev.architectury
fabric_loader_version=0.12.8
fabric_api_version=0.43.1+1.18
fabric_api_version=0.44.0+1.18
mod_menu_version=3.0.0
forge_version=38.0.8
forge_version=39.0.8