From 385721bdf03f7b23a5f4cdfdbe504718e64022da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:49:21 +0000 Subject: [PATCH] fix(deps): update dependency net.fabricmc:fabric-loader to v0.18.5 --- fabric/build.gradle.kts | 2 +- fabric/example-mod/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index 9c2b9f0..0fc4cf1 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -9,5 +9,5 @@ dependencies { mappings(loom.officialMojangMappings()) minecraft("com.mojang:minecraft:1.21.11") modCompileOnly("net.fabricmc.fabric-api:fabric-api:0.139.4+1.21.11") - modImplementation("net.fabricmc:fabric-loader:0.18.4") + modImplementation("net.fabricmc:fabric-loader:0.18.5") } diff --git a/fabric/example-mod/build.gradle.kts b/fabric/example-mod/build.gradle.kts index d34ea24..15a4793 100644 --- a/fabric/example-mod/build.gradle.kts +++ b/fabric/example-mod/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { implementation(project(":fabric")) mappings(loom.officialMojangMappings()) minecraft("com.mojang:minecraft:1.21.11") - modCompileOnly("net.fabricmc:fabric-loader:0.18.4") + modCompileOnly("net.fabricmc:fabric-loader:0.18.5") } tasks.jar {