From 863379a4c68b9862ea6913c1b1e475d022aba100 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 28 Dec 2014 22:37:27 -0500 Subject: Decoration: Add height_min and height_max parameters Also set default height_min/height_max to -31000 and 31000, respectively, for ore and biomes --- src/mg_decoration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mg_decoration.h') diff --git a/src/mg_decoration.h b/src/mg_decoration.h index 910f1a581..3c96611c7 100644 --- a/src/mg_decoration.h +++ b/src/mg_decoration.h @@ -66,6 +66,8 @@ public: int mapseed; std::vector c_place_on; s16 sidelen; + s16 height_min; + s16 height_max; float fill_ratio; NoiseParams np; -- cgit v1.2.3