1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Cavegen: Move V5-style caves to CavesNoiseIntersection

This commit is contained in:
kwolekr 2016-05-19 03:40:22 -04:00
parent 6151f7bc4b
commit 548d99bb45
9 changed files with 151 additions and 82 deletions

View file

@ -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);