Skip to content

Commit 4eb0f5b

Browse files
committed
Fabric updates
1 parent fe1ed09 commit 4eb0f5b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

viafabric-mc1214/build.gradle.kts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dependencies {
22
minecraft("com.mojang:minecraft:1.21.4")
3-
mappings("net.fabricmc:yarn:1.21.4+build.1:v2")
3+
mappings("net.fabricmc:yarn:1.21.4+build.8:v2")
44

5-
modImplementation(fabricApi.module("fabric-api-base", "0.110.5+1.21.4"))
6-
modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.110.5+1.21.4"))
7-
modImplementation(fabricApi.module("fabric-command-api-v1", "0.110.5+1.21.4"))
8-
modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.110.5+1.21.4"))
9-
modImplementation(fabricApi.module("fabric-screen-api-v1", "0.110.5+1.21.4"))
10-
modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.110.5+1.21.4"))
11-
modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.110.5+1.21.4"))
12-
modImplementation("com.terraformersmc:modmenu:13.0.0-beta.1")
5+
modImplementation(fabricApi.module("fabric-api-base", "0.114.3+1.21.4"))
6+
modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.114.3+1.21.4"))
7+
modImplementation(fabricApi.module("fabric-command-api-v1", "0.114.3+1.21.4"))
8+
modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.114.3+1.21.4"))
9+
modImplementation(fabricApi.module("fabric-screen-api-v1", "0.114.3+1.21.4"))
10+
modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.114.3+1.21.4"))
11+
modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.114.3+1.21.4"))
12+
modImplementation("com.terraformersmc:modmenu:13.0.0")
1313
}
1414

1515
tasks.compileJava {

0 commit comments

Comments
 (0)