mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
initial mapgen indev version with farscale feature and huge caves
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
Noise(NoiseParams *np, int seed, int sx, int sy, int sz);
|
||||
~Noise();
|
||||
|
||||
void init(NoiseParams *np, int seed, int sx, int sy, int sz);
|
||||
virtual void init(NoiseParams *np, int seed, int sx, int sy, int sz);
|
||||
void setSize(int sx, int sy);
|
||||
void setSize(int sx, int sy, int sz);
|
||||
void setSpreadFactor(v3f spread);
|
||||
|
Reference in New Issue
Block a user