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:
parent
8161ab573f
commit
fe4ce03d52
2 changed files with 21 additions and 2 deletions
|
@ -75,6 +75,8 @@ public:
|
|||
ManualMapVoxelManipulator *vm;
|
||||
INodeDefManager *ndef;
|
||||
|
||||
NoiseParams *np_caveliquids;
|
||||
|
||||
s16 min_tunnel_diameter;
|
||||
s16 max_tunnel_diameter;
|
||||
u16 tunnel_routepoints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue