1
0
Fork 0
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:
JacobF 2011-08-24 18:53:06 -04:00
parent efd8dabd91
commit ef08163c38
2 changed files with 19 additions and 0 deletions

View file

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