Skip to content

Commit

Permalink
Update to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed May 3, 2024
1 parent 77e4e67 commit 9fa2e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.layered() {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-1.20.4:${rootProject.parchment_version}@zip")
parchment("org.parchmentmc.data:parchment-${rootProject.minecraft_version}:${rootProject.parchment_version}@zip")
}
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true

# Properties
minecraft_version = 1.20.5
parchment_version = 2024.04.14
loader_version = 0.15.10
forge_version = 20.5.20-beta
minecraft_version = 1.20.6
parchment_version = 2024.05.01
loader_version = 0.15.11
forge_version = 20.6.22-beta

# Mod Properties
mod_version = 4.0.4
mod_version = 4.0.5
maven_group = com.github.dima_dencep.mods
archives_base_name = rrls

Expand Down

0 comments on commit 9fa2e11

Please sign in to comment.