Files
Epoch-Runner-Server/overrides/config/shetiphiancore.cfg
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

17 lines
380 B
INI

# Configuration file
general {
# Adjust the default way RGB16 handles dyes
# True:
# RYB blending is used to mix the colors
# (sneaking will set it to the dye color)
# False:
# RGB manipulation is used, dye color increases values
# (decrease with sneak)
#
# RYB is easier to use but RGB is more precise
B:useColorBlendMode=true
}