Make Storage Drawers Keep Contents on Break

This commit is contained in:
IntegerLimit 2023-04-04 22:42:53 +10:00
parent f65c280537
commit 46ac97eed1

View File

@ -75,7 +75,7 @@ general {
B:enableSidedInput=true
B:enableSidedOutput=true
B:enableStorageUpgrades=true
B:enableTape=true
B:enableTape=false
B:enableVoidUpgrades=true
# Inverts left and right click action on drawers. If this is true, left click will insert items and right click will extract items. Leave false for default behavior.
@ -83,7 +83,7 @@ general {
# Inverts how shift works with drawers. If this is true, shifting will only give one item, where regular clicks will give a full stack. Leave false for default behavior.
B:invertShift=false
B:keepContentsOnBreak=false
B:keepContentsOnBreak=true
S:wailaStackRemainder=stack + remainder
}