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

Cavegen: Prevent caves from occuring above ground level, and superfluous mixing of lava and water in caves

This commit is contained in:
kwolekr 2013-07-01 21:10:59 -04:00
parent 8161ab573f
commit fe4ce03d52
2 changed files with 21 additions and 2 deletions

View file

@ -75,6 +75,8 @@ public:
ManualMapVoxelManipulator *vm;
INodeDefManager *ndef;
NoiseParams *np_caveliquids;
s16 min_tunnel_diameter;
s16 max_tunnel_diameter;
u16 tunnel_routepoints;