mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add initial Lua biomedef support, fixed biome selection
This commit is contained in:
@@ -95,6 +95,7 @@ public:
|
||||
int seed);
|
||||
float *perlinMap2D(float x, float y);
|
||||
float *perlinMap3D(float x, float y, float z);
|
||||
void transformNoiseMap();
|
||||
};
|
||||
|
||||
// Return value: -1 ... 1
|
||||
|
Reference in New Issue
Block a user