From 1d2a15574480e23c18ec6733705869aab6a6c491 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Tue, 3 Dec 2024 22:27:18 -0500 Subject: [PATCH] fix malilib dependency --- gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9526cfa7..8d797171 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = minihud-fabric # Current mod version -mod_version = 0.32.54-sakura.1 +mod_version = 0.32.54-sakura.2 # Required malilib version -malilib_version = 955dfb427f +malilib_version = 9906b24d7c # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index aa1abbc7..3002468d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,6 +35,6 @@ "depends": { "minecraft": ">=1.21 <=1.21.1", - "malilib": ">=0.21.5" + "malilib": ">=0.21.5-sakura.1" } }