1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

new adjustable finite liquid

This commit is contained in:
proller 2013-02-24 18:39:07 +04:00
parent 9bd76f2972
commit b90e431fc7
10 changed files with 384 additions and 8 deletions

View file

@ -300,6 +300,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
@ -328,6 +329,9 @@ public:
Variables
*/
void transforming_liquid_add(v3s16 p);
s32 transforming_liquid_size();
protected:
std::ostream &m_dout; // A bit deprecated, could be removed