Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void readOnServer(int id, PacketBuffer buf) {
}

protected void tryClickContainer(MouseData mouseData) {
boolean processFullStack = mouseData.shift;
boolean processFullStack = mouseData.mouseButton == 0;
ItemStack heldItem = getSyncManager().getCursorItem();
if (heldItem == null || heldItem.stackSize == 0) {
return;
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/assets/modularui2/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ modularui2.fluid.gas=Gas
modularui2.fluid.liquid=Liquid
modularui2.item.phantom.control=§7Scroll wheel up increases amount, down decreases.\n§7Shift[§6x4§7],Ctrl[§ex16§7],Alt[§ax64§7]\n§7Right click increases amount, left click decreases.\n§7Shift + left click to clear.

modularui2.fluid.click_to_fill=§bLeft §7Click with a Fluid Container to §bfill §7the tank (Shift-click for a full stack).
modularui2.fluid.click_combined=§cRight §7or §bLeft §7Click with a Fluid Container to §cempty §7or §bfill §7the tank (Shift-click for a full stack).
modularui2.fluid.click_to_empty=§cRight §7Click with a Fluid Container to §cempty §7the tank (Shift-click for a full stack).
modularui2.fluid.click_to_fill=§bLeft §7Click with a Fluid Container to §bfill §7the tank.\n§cRight §7Click to process one item per click.
modularui2.fluid.click_combined=§bLeft §7Click with a Fluid Container to §cempty §7or §bfill §7the tank.\n§cRight §7Click to process one item per click.
modularui2.fluid.click_to_empty=§bLeft §7Click with a Fluid Container to §cempty §7the tank.\n§cRight §7Click to process one item per click.

# Debug Screen
modularui2.debug.mouse_pos=§7Mouse Pos: §3%d§7, §3%d
Expand All @@ -36,4 +36,4 @@ modularui2.debug.slot_index=§7Slot Index: §3%d
modularui2.debug.slot_number=§7Slot Number: §3%d
modularui2.debug.shift_click_priority=§7Shift-Click Priority: §3%d
modularui2.debug.disabled=§cDISABLED
modularui2.debug.hovered=§7Hovered: §6%s
modularui2.debug.hovered=§7Hovered: §6%s