49 lines
1.4 KiB
INI
49 lines
1.4 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
|
|
|
|
# The format prefix of the mod name tooltip line.
|
|
# Default (Blue and Italic): §9§o
|
|
S:modNameFormat=§9§o
|
|
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
|
|
}
|
|
|
|
|