Files
meatballcraft/config/modularui.cfg
T
2025-06-18 18:26:57 -07:00

47 lines
1.3 KiB
INI

# Configuration file
general {
# Amount of pixels scrolled
# Min: 1
# Max: 100
I:defaultScrollSpeed=30
# Enables a test block, test item with a test gui and opening a gui by right clicking a diamond.
B:enableTestGuis=false
# Enables a test overlay shown on title screen and watermark shown on every GuiContainer.
B:enableTestOverlays=false
# If true, pressing ESC key in the text field will restore the last text instead of confirming current one.
B:escRestoreLastText=false
# If true, widget outlines and widget information will be drawn.
B:guiDebugMode=false
# Time in 1/60 sec to open and close panels.
I:panelOpenCloseAnimationTime=8
# If true, vanilla tooltip will be replaced with MUI's RichTooltip
B:replaceVanillaTooltips=false
# If progress bar should step in texture pixels or screen pixels. (Screen pixels are way smaller and therefore smoother)
B:smoothProgressBar=true
# Default tooltip position around the widget or its panel.
# Valid values:
# ABOVE
# BELOW
# LEFT
# RIGHT
# VERTICAL
# HORIZONTAL
# NEXT_TO_MOUSE
# FIXED
S:tooltipPos=VERTICAL
# If true and not specified otherwise, screens will try to use the 'vanilla_dark' theme.
B:useDarkThemeByDefault=false
}