mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add minetest.register_lbm() to run code on block load only
This commit is contained in:
parent
88fbe7ca1e
commit
d494733839
12 changed files with 493 additions and 25 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
|
||||
protected:
|
||||
friend class LuaABM;
|
||||
friend class LuaLBM;
|
||||
friend class InvRef;
|
||||
friend class ObjectRef;
|
||||
friend class NodeMetaRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue