From 44ea942f6fd561fd7207dc05f637d7ddb2d9acd9 Mon Sep 17 00:00:00 2001 From: Natan822 Date: Wed, 22 May 2024 21:39:32 -0300 Subject: [PATCH] Downgrade Fabric loader version to 0.15.10 --- 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 2953fe0..1261aa2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.parallel=true # check these on https://fabricmc.net/develop minecraft_version=1.20.5 yarn_mappings=1.20.5+build.1 - loader_version=0.15.11 + loader_version=0.15.10 # Mod Properties mod_version = 1.1.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 06fb21a..ca5445b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { - "fabricloader": ">=0.15.11", + "fabricloader": ">=0.15.10", "minecraft": ">=1.20.5", "java": ">=21" },