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" } }