Files
OFModpack/config/twilightforest-client.toml
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

54 lines
2.9 KiB
TOML

#Makes Cicadas silent for those having sound library problems or finding them annoying.
silentCicadas = false
#Makes Cicadas silent when one is on your head. If the above option is set to true, this won't have any effect.
silentCicadasOnHead = false
#Controls whether the screen shakes when a Magic Bean is in the process of growing.
screenShakingEffect = true
#Rotate Trophy heads on item model. Has no performance impact at all. For those who don't like fun.
rotateTrophyHeadsGui = true
#Disable the nag screen when OptiFine is installed.
disableOptifineNagScreen = false
#Disables the toasts that appear when entering a locked biome. Not recommended if you're unfamiliar with progression.
disableLockedBiomeToasts = false
#Renders a check mark or X above your crosshair while holding wool when hovering over the Questing Ram depending on if that color of wool has been fed to it already.
questRamWoolIndicator = true
#Renders how many fortification shields are currently active on your player above your armor bar.
#"Turn this off if other mods render over/under it.
fortificationShieldIndicator = true
#Enables the fortification shield indicator in creative for debugging.
fortificationShieldIndicatorInCreative = false
#Renders precipitation underneath cloud blocks. -1 sets it to be synced with the common config.
#Set this to a lower number if experiencing poor performance, set to 0 to turn it off
# Default: -1
# Range: > -1
cloudBlockPrecipitationDistance = -1
#List of player UUIDs whose skins the Giants should use. Leave the list empty to use the skin of the player viewing them.
giantSkinUUIDs = []
#Defines which biomes the aurora shader effect will appear in. Leave the list empty to disable the effect.
auroraBiomes = ["twilightforest:glacier"]
#Lines up the dashes and percentages in the Ore Meter GUI.
prettifyOreMeterGui = true
#Makes Charms when triggered display like the Totem of Undying instead of our own effects.
totemCharmAnimation = false
#When this option is off, slow falling is the default. Holding the sneak key makes you fall at normal speed. When this option is on, normal falling is the default. Holding the sneak key activates slow falling.
travellersWingsGradualGlide = true
#Allows Traveller's Gloves to render on your hand when in 1st person view.
firstPersonGloveOverlay = true
#Controls where various elements render when using the Item Display Modifier on Traveller's Gear.
["Item Display Modifier Settings"]
#Defines the starting X offset for all display modifiers on the screen.
# Default: 4
# Range: > -2147483648
screenOffsetX = 4
#Defines the starting Y offset for all display modifiers on the screen.
# Default: 4
# Range: > -2147483648
screenOffsetY = 4
#Defines the scale of all display modifiers on the screen.
# Default: 1.0
# Range: 0.1 ~ 10.0
screenScale = 1.0
#If ON, the clock upgrade displays time in 24-hour format instead of 12-hour format.
twentyFourHourFormat = false