Skip to content

Commit 0570ca6

Browse files
build: Update Fabric API to 0.128.0+1.21.5
1 parent a326f7a commit 0570ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
modImplementation("net.fabricmc.fabric-api:fabric-api") {
113113
version {
114114
require(when {
115-
platform.mcVersion == 12105 -> "0.121.0+1.21.5"
115+
platform.mcVersion == 12105 -> "0.128.0+1.21.5"
116116
else -> "0.119.2+1.21.4"
117117
})
118118
}

0 commit comments

Comments
 (0)