mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove liquid_finite and weather
This commit is contained in:
parent
674be38fc2
commit
0279f32db7
18 changed files with 8 additions and 836 deletions
|
@ -304,7 +304,6 @@ public:
|
|||
virtual void PrintInfo(std::ostream &out);
|
||||
|
||||
void transformLiquids(std::map<v3s16, MapBlock*> & modified_blocks);
|
||||
void transformLiquidsFinite(std::map<v3s16, MapBlock*> & modified_blocks);
|
||||
|
||||
/*
|
||||
Node metadata
|
||||
|
@ -351,9 +350,6 @@ public:
|
|||
void transforming_liquid_add(v3s16 p);
|
||||
s32 transforming_liquid_size();
|
||||
|
||||
virtual s16 getHeat(v3s16 p);
|
||||
virtual s16 getHumidity(v3s16 p);
|
||||
|
||||
protected:
|
||||
friend class LuaVoxelManip;
|
||||
|
||||
|
@ -504,9 +500,6 @@ public:
|
|||
u64 getSeed();
|
||||
s16 getWaterLevel();
|
||||
|
||||
virtual s16 updateBlockHeat(ServerEnvironment *env, v3s16 p, MapBlock *block = NULL);
|
||||
virtual s16 updateBlockHumidity(ServerEnvironment *env, v3s16 p, MapBlock *block = NULL);
|
||||
|
||||
private:
|
||||
// Emerge manager
|
||||
EmergeManager *m_emerge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue