Files
test/config/yungsmenutweaks-neoforge-1_21.toml
luxtracon 60535c0011 Initial Commit
Commit Suicide

add disabled jars to lfs

remove mods

re-add mods
2025-11-01 18:08:31 +01:00

17 lines
817 B
TOML

["YUNG's Menu Tweaks"]
# Allows right clicking to cycle backwards through some buttons.
# Default: true
"Right Click Reverses Cycle Buttons" = true
# Allows scrolling the mouse wheel to modify options using a slider
# when hovering over the slider.
# Default: true
"Mouse Scroll Wheel Affects Sliders" = true
# If enabled, a custom background texture will be used in menus where possible.
# The texture used is specified by the Custom Background Texture option below.
# Default: false
"Enable Custom Background Texture" = false
# A texture to use as a custom background, instead of the typical blurred background.
# Only does anything if the Enable Custom Background Texture option is true.
# Default: minecraft:textures/block/dirt.png
"Custom Background Texture" = "minecraft:textures/block/dirt.png"