1
0
Fork 0
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:
sfan5 2023-07-29 17:02:53 +02:00
parent e48f15c135
commit 2c987b66c1
4 changed files with 74 additions and 45 deletions

View file

@ -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;