From 9ef9c72e5ac71e0877bad9552f18bd0e9e3885ea Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Fri, 4 Aug 2017 05:58:10 +0200 Subject: 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. --- minetest.conf.example | 4 ---- 1 file changed, 4 deletions(-) (limited to 'minetest.conf.example') 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 -- cgit v1.2.3