Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Dec 20, 2023
1 parent f4860c1 commit bd3130e
Show file tree
Hide file tree
Showing 229 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 1.20.2/build.gradle.kts → 1.20.4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = "hummel"
version = "v" + LocalDate.now().format(DateTimeFormatter.ofPattern("yy.MM.dd"))

dependencies {
minecraft("net.minecraftforge:forge:1.20.2-48.0.30")
minecraft("net.minecraftforge:forge:1.20.4-49.0.10")
}

java {
Expand All @@ -19,7 +19,7 @@ java {
}

minecraft {
mappings("official", "1.20.2")
mappings("official", "1.20.4")
runs {
create("client") {
workingDirectory(project.file("run"))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ description = '''This mod adds legendary artifacts from the Lord of the Rings to
[[dependencies.legendarium]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,1.20.2]"
versionRange = "[1.20.1,1.20.4]"
ordering = "NONE"
side = "BOTH"
File renamed without changes
File renamed without changes.

0 comments on commit bd3130e

Please sign in to comment.