From 30e8abeddf370dd4e6a4eeec9beabe19e2c779f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:53:44 +0000 Subject: [PATCH] fix(deps): update dependency net.fabricmc:fabric-loader to v0.19.0 --- 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 9d3146f..8dc6816 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.6") + modImplementation("net.fabricmc:fabric-loader:0.19.0") } diff --git a/fabric/example-mod/build.gradle.kts b/fabric/example-mod/build.gradle.kts index 3c5fbf7..b51e212 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.6") + modCompileOnly("net.fabricmc:fabric-loader:0.19.0") } tasks.jar {