diff --git a/gradle.properties b/gradle.properties index a55926e39..69039b278 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ author = masa mod_file_name = itemscroller-fabric # Current mod version -mod_version = 0.24.51-sakura.1 +mod_version = 0.24.51 # Required malilib version -malilib_version = 0.21.1-sakura.3 -malilib_id = 5eeca46223 +malilib_version = 0.21.1 +malilib_id = 7d6bd0b3bc # 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 ee6a1aa28..2780a3a24 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "accessWidener": "itemscroller.accesswidener", "depends": { "minecraft": ">=1.21 <=1.21.1", - "malilib": ">=0.21.1-sakura.3" + "malilib": ">=0.21.1" } }