mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add on_generated hook
This commit is contained in:
parent
0dbb31afeb
commit
769cc9879f
5 changed files with 51 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace mapgen
|
|||
u64 seed;
|
||||
v3s16 blockpos;
|
||||
UniqueQueue<v3s16> transforming_liquid;
|
||||
INodeDefManager *nodedef; // Destructor deletes
|
||||
INodeDefManager *nodedef;
|
||||
|
||||
BlockMakeData();
|
||||
~BlockMakeData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue