diff options
author | Ben Deutsch <ben@bendeutsch.de> | 2017-08-04 05:58:10 +0200 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2017-08-12 19:37:53 +0100 |
commit | 9ef9c72e5ac71e0877bad9552f18bd0e9e3885ea (patch) | |
tree | 1af87ef4bc291979dc237a10c5790735c9429fa1 /minetest.conf.example | |
parent | 7e23532bc2982fe8c3b23eb8f3b536184b43021f (diff) | |
download | minetest-9ef9c72e5ac71e0877bad9552f18bd0e9e3885ea.tar.gz minetest-9ef9c72e5ac71e0877bad9552f18bd0e9e3885ea.tar.bz2 minetest-9ef9c72e5ac71e0877bad9552f18bd0e9e3885ea.zip |
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.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index cca40cdf1..8128c9b82 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -690,10 +690,6 @@ # type: enum values: null, software, burningsvideo, direct3d8, direct3d9, opengl # video_driver = opengl -# Height on which clouds are appearing. -# type: int -# cloud_height = 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. # type: int |