Files
Custom_Launcher_mc/modpack/_upload/objects/fc/79/fc790f43e1e6dec55a23df6d89bc69025ee1b9b4
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

16 lines
530 B
Plaintext

#Adjust the default way RGB16 handles dyes
#RYB = blending is used to mix the colors
# > Like mixing paint, the dye will be added to the existing color
# > Sneak-Click to set to dye color
#
#RGB = Direct value manipulation
# > Click to increase, Sneak-Click to decrease
#
#RYB is easier to use but RGB is more precise
#Allowed Values: RGB, RYB
color_blend_mode = "RYB"
#Tool Modes can be changed via Sneak+Scroll and/or Keybinding (default PageUp/Down)
#Allowed Values: KEYBINDING, SNEAK_SCROLL, BOTH
tool_mode_change = "BOTH"