mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Cavegen: Move V5-style caves to CavesNoiseIntersection
This commit is contained in:
@@ -220,8 +220,6 @@ public:
|
||||
BiomeManager *bmgr;
|
||||
|
||||
Noise *noise_filler_depth;
|
||||
Noise *noise_cave1;
|
||||
Noise *noise_cave2;
|
||||
|
||||
v3s16 node_min;
|
||||
v3s16 node_max;
|
||||
@@ -235,7 +233,8 @@ public:
|
||||
content_t c_sandstone;
|
||||
|
||||
int ystride;
|
||||
int zstride_1d;
|
||||
NoiseParams np_cave1;
|
||||
NoiseParams np_cave2;
|
||||
float cave_width;
|
||||
|
||||
MapgenBasic(int mapgenid, MapgenParams *params, EmergeManager *emerge);
|
||||
|
Reference in New Issue
Block a user