mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Enhance caves for mgv7, add ravines
This commit is contained in:
parent
0fb9567f13
commit
8767c78169
6 changed files with 359 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue