From edfa5fca95b40f9ffb9083519d7cf681102850ad Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Fri, 17 Jan 2025 00:57:36 -0500 Subject: [PATCH] sync with malilib 1.21.4 --- gradle.properties | 6 +++--- src/main/java/fi/dy/masa/tweakeroo/util/InventoryUtils.java | 2 +- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 30c3b3b22..bd4a27c05 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.2-sakura.1 +mod_version = 0.23.2-sakura.2 # Required malilib version -malilib_version = 1.21.4-0.23.2-sakura.1 +malilib_version = a754ac393b # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21.4 @@ -20,5 +20,5 @@ minecraft_version = 1.21.4 mappings_version = 1.21.4+build.8 fabric_loader_version = 0.16.9 -mod_menu_version = 13.0.0-beta.1 +mod_menu_version = 13.0.0 # fabric_api_version = 0.110.5+1.21.4 diff --git a/src/main/java/fi/dy/masa/tweakeroo/util/InventoryUtils.java b/src/main/java/fi/dy/masa/tweakeroo/util/InventoryUtils.java index c1cec9d9c..3eaf36301 100644 --- a/src/main/java/fi/dy/masa/tweakeroo/util/InventoryUtils.java +++ b/src/main/java/fi/dy/masa/tweakeroo/util/InventoryUtils.java @@ -46,7 +46,7 @@ import fi.dy.masa.tweakeroo.Tweakeroo; import fi.dy.masa.tweakeroo.config.Configs; import fi.dy.masa.tweakeroo.config.FeatureToggle; -import fi.dy.masa.tweakeroo.mixin.IMixinAbstractBlock; +import fi.dy.masa.tweakeroo.mixin.block.IMixinAbstractBlock; import fi.dy.masa.tweakeroo.tweaks.PlacementTweaks; public class InventoryUtils diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cb749c39d..8943a9448 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.1" + "malilib": ">=0.23.2-sakura.1" } }