mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Move implementations of some LuaVoxelManip functions to l_mapgen
This commit is contained in:
parent
e48f15c135
commit
2c987b66c1
4 changed files with 74 additions and 45 deletions
|
@ -452,7 +452,7 @@ protected:
|
|||
void reportMetrics(u64 save_time_us, u32 saved_blocks, u32 all_blocks) override;
|
||||
|
||||
private:
|
||||
friend class LuaVoxelManip;
|
||||
friend class ModApiMapgen; // for m_transforming_liquid
|
||||
|
||||
// Emerge manager
|
||||
EmergeManager *m_emerge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue