mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Fix blockseed for on_generated in mapgen env
This commit is contained in:
@@ -50,6 +50,7 @@ class ModApiMapgen;
|
||||
// Structure containing inputs/outputs for chunk generation
|
||||
struct BlockMakeData {
|
||||
MMVManip *vmanip = nullptr;
|
||||
// Global map seed
|
||||
u64 seed = 0;
|
||||
v3s16 blockpos_min;
|
||||
v3s16 blockpos_max;
|
||||
|
Reference in New Issue
Block a user