mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Decoration: Add height_min and height_max parameters
Also set default height_min/height_max to -31000 and 31000, respectively, for ore and biomes
This commit is contained in:
parent
c5faa64405
commit
863379a4c6
4 changed files with 20 additions and 11 deletions
|
@ -66,6 +66,8 @@ public:
|
|||
int mapseed;
|
||||
std::vector<content_t> c_place_on;
|
||||
s16 sidelen;
|
||||
s16 height_min;
|
||||
s16 height_max;
|
||||
float fill_ratio;
|
||||
NoiseParams np;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue