Files
meatballcraft/config/bpopener.cfg
T
2025-10-08 15:37:43 -05:00

21 lines
417 B
INI

# Configuration file
general {
# Add a line to the tooltip when hovered item can be opened by this mod.
B:addTooltip=true
# Shows additional info for debug.
B:debug=false
# Adds a delay after swapping and before using the item.
# To prevent the desync problem.
# Min: 0
# Max: 100
I:openDelay=0
# Return to inventory after closing the GUI.
B:returnToInventory=true
}