diff --git a/gradle.properties b/gradle.properties index 003c3012c..6cdcf4032 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.21.55-sakura.6 +mod_version = 0.21.55-sakura.7 # Required malilib version -malilib_version = 9d0f8df3ae +malilib_version = 645a31d7d8 # 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 5376a722b..157bd23da 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.21 <=1.21.1", - "malilib": ">=0.21.5-sakura.4" + "malilib": ">=0.21.5-sakura.5" } }