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

Cavegen: Re-add small caves to CavesRandomWalk

This commit is contained in:
kwolekr 2016-05-11 00:00:05 -04:00
parent db1b4dc890
commit 5b05f75a27
4 changed files with 91 additions and 39 deletions

View file

@ -602,7 +602,7 @@ void MapgenBasic::generateCaves(s16 max_stone_y, s16 large_cave_depth)
CavesRandomWalk cave(ndef, &gennotify, seed, water_level,
c_water_source, CONTENT_IGNORE);
cave.makeCave(vm, node_min, node_max, &ps, max_stone_y, heightmap);
cave.makeCave(vm, node_min, node_max, &ps, true, max_stone_y, heightmap);
}
}