mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Enhance caves for mgv7, add ravines
This commit is contained in:
@@ -153,8 +153,8 @@ struct MapgenFactoryIndev : public MapgenFactoryV6 {
|
||||
|
||||
class CaveIndev : public CaveV6 {
|
||||
public:
|
||||
CaveIndev(Mapgen *mg, PseudoRandom *ps, PseudoRandom *ps2, v3s16 node_min,
|
||||
bool is_large_cave, content_t c_water, content_t c_lava);
|
||||
CaveIndev(MapgenIndev *mg, PseudoRandom *ps, PseudoRandom *ps2,
|
||||
v3s16 node_min, bool is_large_cave);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user