mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Don't remove furnace if something is inside it.
This commit is contained in:
parent
efd8dabd91
commit
ef08163c38
2 changed files with 19 additions and 0 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
virtual Inventory* getInventory() {return m_inventory;}
|
||||
virtual void inventoryModified();
|
||||
virtual bool step(float dtime);
|
||||
virtual bool nodeRemovalDisabled();
|
||||
virtual std::string getInventoryDrawSpecString();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue