Fellies/config/create-client.toml

29 lines
869 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
#
#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
[client]
#
2021-02-13 10:16:29 +00:00
#Range: 0.0 ~ 1.0
fanParticleDensity = 0.5
2021-01-28 20:21:47 +00:00
#
2021-02-13 10:16:29 +00:00
#Offset the overlay from goggle- and hover- information by this many pixels on the Y axis; Use /create overlay
#Range: > -2147483648
overlayOffsetY = 0
#
#Offset the overlay from goggle- and hover- information by this many pixels on the X axis; Use /create overlay
#Range: > -2147483648
overlayOffsetX = 20
2021-01-28 20:21:47 +00:00
#
#Log a stack-trace when rendering issues happen within a moving contraption.
explainRenderErrors = false
#
#Show colourful debug information while the F3-Menu is open.
enableRainbowDebug = true
#
2021-02-13 10:16:29 +00:00
#Show item descriptions on Shift and controls on Ctrl.
enableTooltips = true
2021-01-28 20:21:47 +00:00
#
2021-02-13 10:16:29 +00:00
#Display a tooltip when looking at overstressed components.
enableOverstressedTooltip = true
2021-01-28 20:21:47 +00:00