diff --git a/build.gradle.kts b/build.gradle.kts index b79d935..6773006 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { val minecraftVersion = "1.21.11" val yarnMappings = "1.21.11+build.1" -val loaderVersion = "0.18.1" +val loaderVersion = "0.18.2" val fabricApiVersion = "0.139.5+1.21.11" repositories { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 21a68f7..8b7a9d0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,7 @@ ] }, "depends": { - "fabricloader": ">=0.18.1", + "fabricloader": ">=0.18.2", "fabric": "*", "minecraft": "1.21.11" }