diff --git a/gradle.properties b/gradle.properties index f08738376..ebf7c43dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.23.0-sakura.6 +mod_version = 0.23.0-sakura.7 # Required malilib version -malilib_version = b41a9d0fa3 +malilib_version = c3132f8672 # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21.4 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f3f429a1d..ca18eed1d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": "1.21.4", - "malilib": ">=0.23.0-sakura.4" + "malilib": ">=0.23.0-sakura.5" } }