Inital Files
This commit is contained in:
commit
e39936e85d
101 changed files with 4985 additions and 0 deletions
8
config/neoforge-client.toml
Normal file
8
config/neoforge-client.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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
|
||||
#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
|
Loading…
Add table
Add a link
Reference in a new issue