LuaVoxelManip: Add option to allocate blank data
[oweals/minetest.git] / src / cavegen.cpp
index 02eef72d8f449ce86099675bab7a39cf233956c3..4482d09d7c789a4620601bce5f1f68b54c958e70 100644 (file)
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "mapgen_v7.h"
 #include "cavegen.h"
 
-NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6);
+NoiseParams nparams_caveliquids(0, 1, v3f(150.0, 150.0, 150.0), 776, 3, 0.6, 2.0);
 
 
 ///////////////////////////////////////////////////////////////////////////////