From 33d8fe86fd41afdc01d60ed578c8e08a39cc0ee5 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 9 Dec 2021 22:30:14 +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 ff288573..c584ccb3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G # check these on https://fabricmc.net/use minecraft_version=1.18 yarn_mappings=6 -loader_version=0.12.8 +loader_version=0.12.9 #Loom loom_version=0.10-SNAPSHOT diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7d1697ab..f6bfc8bd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,7 +42,7 @@ ], "depends": { - "fabricloader": ">=0.12.4", + "fabricloader": ">=0.12.9", "fabric": ">=0.42.1", "minecraft": ">=1.17", "bclib": ">=0.5.4"