Skip to content

Commit

Permalink
feat: bump minecraft to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Apr 30, 2024
1 parent 0267fcf commit 0dd4653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
val version = "0.0.1"
val group = "one.oktw"

val fabricVersion = "0.97.6+1.20.5"
val fabricVersion = "0.97.8+1.20.6"
val galaxyLibVersion = "9a964eaf"

repositories {
Expand Down Expand Up @@ -40,8 +40,8 @@ loom {

dependencies {
// Core
minecraft(group = "com.mojang", name = "minecraft", version = "1.20.5")
mappings(group = "net.fabricmc", name = "yarn", version = "1.20.5+build.1", classifier = "v2")
minecraft(group = "com.mojang", name = "minecraft", version = "1.20.6")
mappings(group = "net.fabricmc", name = "yarn", version = "1.20.6+build.1", classifier = "v2")
modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.15.10")

// fabric api
Expand Down
2 changes: 1 addition & 1 deletion docker
Submodule docker updated 1 files
+6 −8 Dockerfile

0 comments on commit 0dd4653

Please sign in to comment.