mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Remove cloud_height setting
With the cloud API, the cloud_height setting has become obsolete and replaceable by a mod. It, and supporting code, can be removed.
This commit is contained in:
parent
7e23532bc2
commit
9ef9c72e5a
7 changed files with 7 additions and 19 deletions
|
@ -610,9 +610,6 @@ texture_path (Texture path) path
|
|||
# The rendering back-end for Irrlicht.
|
||||
video_driver (Video driver) enum opengl null,software,burningsvideo,direct3d8,direct3d9,opengl
|
||||
|
||||
# Height on which clouds are appearing.
|
||||
cloud_height (Cloud height) int 120
|
||||
|
||||
# Radius of cloud area stated in number of 64 node cloud squares.
|
||||
# Values larger than 26 will start to produce sharp cutoffs at cloud area corners.
|
||||
cloud_radius (Cloud radius) int 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue