posspack/config/defaultoptions/extra/config/forge-client.toml
Ashley Graves 2350e6aa54
Some checks failed
Update wiki / test (push) Failing after 18s
updat :3
2024-07-31 21:44:25 +02:00

16 lines
815 B
TOML

#Client only settings, mostly things related to rendering
[client]
#Enable NeoForge to queue all chunk updates to the Chunk Update thread.
#May increase FPS significantly, but may also cause weird rendering lag.
#Not recommended for computers without a significant number of cores available.
alwaysSetupTerrainOffThread = false
#EXPERIMENTAL: Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = false
#When enabled, NeoForge will show any warnings that occurred during loading.
showLoadWarnings = true
#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
useCombinedDepthStencilAttachment = false
#[Deprecated for Removal] IPv6 addresses will always be compressed
compressLanIPv6Addresses = true