Skip to content

Commit 5bf9529

Browse files
committed
2 parents e30c349 + e2f4fcf commit 5bf9529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ dependencies {
8585
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
8686
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
8787
// Required when translations and icons should be loaded correctly
88-
modImplementation "net.fabricmc.fabric-api:fabric-api:0.127.0+1.21.6"
88+
modImplementation "net.fabricmc.fabric-api:fabric-api:0.127.1+1.21.6"
8989

9090
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
9191

9292
// Only needed during development
9393
modLocalRuntime "com.terraformersmc:modmenu:${project.modmenu_version}"
94-
modLocalRuntime "net.fabricmc.fabric-api:fabric-api:0.127.0+1.21.6"
94+
modLocalRuntime "net.fabricmc.fabric-api:fabric-api:0.127.1+1.21.6"
9595
modLocalRuntime "me.djtheredstoner:DevAuth-fabric:1.2.1"
9696
// modLocalRuntime "maven.modrinth:no-chat-reports:Fabric-1.21.4-v2.11.0"
9797
}

0 commit comments

Comments
 (0)