8 lines
718 B
TOML
8 lines
718 B
TOML
#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
|
|
#A config option mainly for developers. Logs out configuration values that do not have translations when running a client in a development environment.
|
|
logUntranslatedConfigurationWarnings = true
|
|
#Configures how many bits are used for the depth buffer when stenciling has been enabled by a mod. Set to true for 24+8 bits and to false for 32+8 bits. Setting to true will slightly reduce VRAM usage, but risks introducing visual artifacts.
|
|
reducedDepthStencilFormat = false
|