From 38992bbf93033b3154a139ac5348382cb1550f4a Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 9 Dec 2021 22:29:39 +0100 Subject: [PATCH] Updated fabric loader --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },