Skip to content

Commit

Permalink
chore: Version 5.3.5 - MC 1.20.5 full release
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Apr 24, 2024
1 parent 3d520b1 commit c43de2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ configurations {
dependencies {
// TODO(addingVersion): For snapshots
def mc = [
12005: "24w14a",
]
minecraft "com.mojang:minecraft:${mc[mcVersion] ?: mcVersionStr}"

Expand All @@ -104,7 +103,7 @@ dependencies {
else if (mcVersion <= 12001)
modImplementation "net.fabricmc:fabric-loader:0.14.21"
else
modImplementation "net.fabricmc:fabric-loader:0.15.7"
modImplementation "net.fabricmc:fabric-loader:0.15.10"

// For testing
if (project.recipe_viewer != "none" && mcVersion > 11605)
Expand Down Expand Up @@ -132,7 +131,9 @@ dependencies {
// TODO(addingVersion)
neoForge "net.neoforged:neoforge:" + [
12002: "20.2.86",
12005: "20.5.0-alpha.${mc[mcVersion]}.+",
12005: "20.5.0-beta",
// snapshot version format:
// "20.5.0-alpha.${mc[mcVersion]}.+"
][mcVersion]
}
}
Expand Down Expand Up @@ -339,15 +340,13 @@ def mcReleaseVersions = [
11902: ["1.19", "1.19.1", "1.19.2"],
12001: ["1.20", "1.20.1"],
12002: ["1.20.2", "1.20.3", "1.20.4"],
12005: ["1.20.5"], // TODO: Still in snapshot
12005: ["1.20.5"],
][mcVersion]

def cfSnapshots = [
12005: ["1.20.5-Snapshot"],
][mcVersion]

def mrSnapshots = [
12005: ["24w14a"],
][mcVersion]

publishMods {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod Properties
mod_version=5.3.4
mod_version=5.3.5
version_stage=BETA
maven_group=io.github.null2264
archives_base_name=cobblegen
Expand Down
1 change: 0 additions & 1 deletion snapshot_version
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
24w14a

0 comments on commit c43de2b

Please sign in to comment.