1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Merge pull request #482 from proller/liquid

finite liquid
This commit is contained in:
kwolekr
2013-02-25 20:52:24 -08:00
10 changed files with 384 additions and 8 deletions

View File

@@ -302,6 +302,7 @@ public:
virtual void PrintInfo(std::ostream &out);
void transformLiquids(core::map<v3s16, MapBlock*> & modified_blocks);
void transformLiquidsFinite(core::map<v3s16, MapBlock*> & modified_blocks);
/*
Node metadata
@@ -330,6 +331,9 @@ public:
Variables
*/
void transforming_liquid_add(v3s16 p);
s32 transforming_liquid_size();
protected:
std::ostream &m_dout; // A bit deprecated, could be removed