mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 09:55:22 +02:00
Add minetest.unregister_item and minetest.register_alias_force
This commit is contained in:
@@ -384,6 +384,8 @@ public:
|
||||
const ContentFeatures &def)=0;
|
||||
// If returns CONTENT_IGNORE, could not allocate id
|
||||
virtual content_t allocateDummy(const std::string &name)=0;
|
||||
// Remove a node
|
||||
virtual void removeNode(const std::string &name)=0;
|
||||
|
||||
/*
|
||||
Update item alias mapping.
|
||||
|
Reference in New Issue
Block a user