diff --git a/gradle.properties b/gradle.properties index a3086a9f1..39b04efab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.22.2-sakura.1 +mod_version = 0.22.2-sakura.2 # Required malilib version -malilib_version = fb23fa3224 +malilib_version = 40dbc4d29b # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 104affb0c..c4a2b4525 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.21.2 <=1.21.3", - "malilib": ">=0.22.3" + "malilib": ">=0.22.3-sakura.1" } }