diff --git a/gradle.properties b/gradle.properties index aa7c4390..1926048a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ loom_version=0.10-SNAPSHOT # Fabric Properties # check these on https://fabricmc.net/versions.html minecraft_version= 1.18 -loader_version= 0.12.8 +loader_version= 0.12.9 fabric_version = 0.44.0+1.18 # Mod Properties diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index baf31780..1537cc70 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,7 +34,7 @@ "bclib.mixins.client.json" ], "depends": { - "fabricloader": ">=0.12.6", + "fabricloader": ">=0.12.9", "fabric": ">=0.43.0", "minecraft": ">=1.18" },