Skip to content

Commit

Permalink
yarn build 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Sep 13, 2024
1 parent b6216ea commit 3a57f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ mod_version = 0.24.999-snap

# Required malilib version
malilib_version = 0.20.999-snap
malilib_id = 9ee809b0b7
malilib_id = 093bb9fd30

# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 24w37a
minecraft_version = 24w37a
mappings_version = 24w37a+build.1
mappings_version = 24w37a+build.4

fabric_loader_version = 0.16.5
mod_menu_version = 12.0.0-alpha.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
@Mixin(net.minecraft.client.gui.screen.ingame.HandledScreen.class)
public interface IMixinScreenWithHandler
{
// FIXME -- getSlotAt()
@Invoker("method_64240")
@Invoker("getSlotAt")
Slot itemscroller_getSlotAtPositionInvoker(double x, double y);

@Invoker("onMouseClick")
Expand Down

0 comments on commit 3a57f69

Please sign in to comment.