Skip to content

Commit

Permalink
build: update fabric mapping and fabric api
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Jan 20, 2025
1 parent c06779d commit 1094655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
val version = "0.0.1"
val group = "one.oktw"

val fabricVersion = "0.113.0+1.21.4"
val fabricVersion = "0.114.3+1.21.4"
val galaxyLibVersion = "bcf8f61"

repositories {
Expand Down Expand Up @@ -43,8 +43,8 @@ loom {
dependencies {
// Core
minecraft(group = "com.mojang", name = "minecraft", version = "1.21.4")
mappings(group = "net.fabricmc", name = "yarn", version = "1.21.4+build.2", classifier = "v2")
modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.16.9")
mappings(group = "net.fabricmc", name = "yarn", version = "1.21.4+build.8", classifier = "v2")
modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.16.10")

// fabric api
modImplementation(group = "net.fabricmc.fabric-api", name = "fabric-api", version = fabricVersion) {
Expand Down

0 comments on commit 1094655

Please sign in to comment.