mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Mapgen indev: float islands, larger far biomes
This commit is contained in:
parent
e1ff5b1361
commit
f70378f7f5
7 changed files with 233 additions and 78 deletions
|
@ -167,6 +167,7 @@ public:
|
|||
virtual void defineCave(Cave &cave, PseudoRandom ps,
|
||||
v3s16 node_min, bool large_cave);
|
||||
void generateCaves(int max_stone_y);
|
||||
virtual void generateSomething() {}; //for next mapgen
|
||||
};
|
||||
|
||||
struct MapgenFactoryV6 : public MapgenFactory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue