upd8
This commit is contained in:
parent
36ec3ef3ee
commit
afe6904207
1342 changed files with 331973 additions and 2 deletions
18
config/yungsmenutweaks-forge-1_20_1.toml
Normal file
18
config/yungsmenutweaks-forge-1_20_1.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
["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 where possible.
|
||||
# The texture used is specified by the Custom Background Texture option below.
|
||||
# Default: true
|
||||
"Enable Custom Background Texture" = false
|
||||
# A 16x16 texture to use as a custom background, instead of the typical dirt.
|
||||
# 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue