Skip to content

Commit

Permalink
sync with malilib 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jan 17, 2025
1 parent 3d80094 commit edfa5fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ 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
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@

"depends": {
"minecraft": "1.21.4",
"malilib": ">=0.23.1"
"malilib": ">=0.23.2-sakura.1"
}
}

0 comments on commit edfa5fc

Please sign in to comment.