Skip to content

Commit

Permalink
Try fix 1.20 build again
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Jan 25, 2025
1 parent 31b877b commit b5ea486
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build_dep_ver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ rootProject.ext.supports_minecraft_version = [
"1.17.1": "1.17.x", "1.18.2": "1.18.x",
"1.19.2": "1.19.2", "1.19.3": "1.19.3", "1.19.4": "1.19.4",
"1.20.1": "1.20.1", "1.20.4": "1.20.4",
"1.21": "1.21",
"1.21.1": ">=1.21 <=1.21.1",
][minecraft_version]
rootProject.ext.supports_minecraft_version_range = [
"1.16.5": "[1.16, 1.17)",
"1.17.1": "[1.17, 1.18)", "1.18.2": "[1.18, 1.19)",
"1.19.2": "1.19.2", "1.19.3": "1.19.3", "1.19.4": "1.19.4",
"1.20.1": "1.20.1", "1.20.4": "1.20.4",
"1.21": "1.21"
"1.21.1": "[1.21, 1.21.1]"
][minecraft_version]

rootProject.ext.parchment_version = [
"1.16.5": "2022.03.06",
"1.17.1": "2021.12.12", "1.18.2": "2022.11.06",
"1.19.2": "2022.11.27", "1.19.3": "2023.06.25", "1.19.4": "2023.06.26",
"1.20.1": "2023.09.03", "1.20.4": "2024.04.14",
"1.21": "2024.07.28"
"1.21.1": "2024.11.17"
][minecraft_version]

rootProject.ext.fabric_loader_version = "0.15.11"
Expand All @@ -61,14 +61,14 @@ rootProject.ext.fabric_api_version = [
"1.17.1": "0.46.1+1.17", "1.18.2": "0.77.0+1.18.2",
"1.19.2": "0.77.0+1.19.2", "1.19.3": "0.76.1+1.19.3", "1.19.4": "0.87.2+1.19.4",
"1.20.1": "0.91.0+1.20.1", "1.20.4": "0.93.1+1.20.4",
"1.21": "0.100.7+1.21"
"1.21.1": "0.102.1+1.21.1"
][minecraft_version]
rootProject.ext.mod_menu_version = [
"1.16.5": "1.16.23",
"1.17.1": "2.0.17", "1.18.2": "3.2.5",
"1.19.2": "4.1.2", "1.19.3": "5.1.0", "1.19.4": "6.3.1",
"1.20.1": "7.2.2", "1.20.4": "9.0.0",
"1.21": "11.0.1"
"1.21.1": "11.0.3"
][minecraft_version]

if (minecraft_version_int < 12100) {
Expand All @@ -80,14 +80,14 @@ if (minecraft_version_int < 12100) {
][minecraft_version]
} else {
rootProject.ext.forge_version = [
"1.21" : "21.0.146"
"1.21.1" : "21.1.35"
][minecraft_version]
}
rootProject.ext.architectury_version = [
"1.16.5": "1.32.68",
"1.17.1": "2.10.12", "1.18.2": "4.11.93",
"1.19.2": "6.5.85", "1.19.3": "7.1.86", "1.19.4": "8.2.89",
"1.20.1": "9.1.12", "1.20.4": "11.0.11",
"1.21": "13.0.6"
"1.21.1": "13.0.8"
][minecraft_version]
rootProject.ext.architectury_id = minecraft_main_version == 16 ? "me.shedaniel" : "dev.architectury"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
org.gradle.jvmargs=-Xmx4G

# Mod Properties
mod_version=0.1.2
mod_version=0.2.0
maven_group=worldcomment

0 comments on commit b5ea486

Please sign in to comment.