mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add more neighbors on mesh update (#6765)
This commit is contained in:
parent
481bb90eac
commit
9b650b9efb
5 changed files with 49 additions and 68 deletions
|
@ -475,6 +475,10 @@ connected_glass (Connect glass) bool false
|
|||
# Disable for speed or for different looks.
|
||||
smooth_lighting (Smooth lighting) bool true
|
||||
|
||||
# Enables tradeoffs that reduce CPU load or increase rendering performance
|
||||
# at the expense of minor visual glitches that do not impact game playability.
|
||||
performance_tradeoffs (Tradeoffs for performance) bool false
|
||||
|
||||
# Clouds are a client side effect.
|
||||
enable_clouds (Clouds) bool true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue