Skip to content

Commit

Permalink
Build: Replace 1.20.3 with 1.20.4
Browse files Browse the repository at this point in the history
1.20.4 contains a single bug fix, so we should simply skip 1.20.3.
  • Loading branch information
DJtheRedstoner committed Dec 28, 2023
1 parent afcc51b commit ae5aa96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
version = versionFromBuildIdAndBranch()

preprocess {
val fabric12003 = createNode("1.20.3-fabric", 12003, "yarn")
val fabric12004 = createNode("1.20.4-fabric", 12004, "yarn")
val fabric12002 = createNode("1.20.2-fabric", 12002, "yarn")
val forge12001 = createNode("1.20.1-forge", 12001, "srg")
val fabric12001 = createNode("1.20.1-fabric", 12001, "yarn")
Expand All @@ -31,7 +31,7 @@ preprocess {
val forge11202 = createNode("1.12.2-forge", 11202, "srg")
val forge10809 = createNode("1.8.9-forge", 10809, "srg")

fabric12003.link(fabric12002, file("versions/1.20.3-1.20.2.txt"))
fabric12004.link(fabric12002, file("versions/1.20.4-1.20.2.txt"))
fabric12002.link(fabric12001)
forge12001.link(fabric12001)
fabric12001.link(fabric12000)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ listOf(
"1.20.1-fabric",
"1.20.1-forge",
"1.20.2-fabric",
"1.20.3-fabric",
"1.20.4-fabric",
).forEach { version ->
include(":$version")
project(":$version").apply {
Expand Down
2 changes: 0 additions & 2 deletions versions/1.20.3-fabric/gradle.properties

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions versions/1.20.4-fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
essential.defaults.loom.minecraft=com.mojang:minecraft:1.20.4
essential.defaults.loom.mappings=net.fabricmc:yarn:1.20.4+build.3:v2

0 comments on commit ae5aa96

Please sign in to comment.