dead
This commit is contained in:
parent
11619f2633
commit
f26b4129a2
6 changed files with 244 additions and 0 deletions
16
config/forge-client.toml
Normal file
16
config/forge-client.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
#Client only settings, mostly things related to rendering
|
||||
[client]
|
||||
#Enable Forge 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 Forge block rendering pipeline - fixes the lighting of custom models.
|
||||
experimentalForgeLightPipelineEnabled = false
|
||||
#When enabled, Forge 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
|
||||
#When enabled, Forge will convert discovered 'Open to LAN' IPv6 addresses to their more compact, compressed representation
|
||||
compressLanIPv6Addresses = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue