From 9ad1ea3c9fa4b2ac99721adeb469d255cfe6f949 Mon Sep 17 00:00:00 2001 From: Jan Bayer Date: Thu, 2 Mar 2023 18:33:00 +0100 Subject: [PATCH] change fabric loader version to 0.14.14 --- 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 c396f59..0721e3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx4G # check these on https://modmuss50.me/fabric.html minecraft_version=1.18.2 yarn_mappings=1.18.2+build.4 -loader_version=0.14.17 +loader_version=0.14.14 # Mod Properties mod_version=1.0 maven_group=com.github.erdragh diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5b3fc2d..71fd01c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "jet_suit_additions.mixins.json" ], "depends": { - "fabricloader": ">=0.14.17", + "fabricloader": ">=0.14.14", "fabric": "*", "minecraft": "1.18.2", "ad_astra": "1.0.6"