mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Use "core" namespace internally
This commit is contained in:
@@ -85,7 +85,7 @@ private:
|
||||
static int l_is_known(lua_State *L);
|
||||
|
||||
// get_definition(self) -> table
|
||||
// Returns the item definition table from minetest.registered_items,
|
||||
// Returns the item definition table from core.registered_items,
|
||||
// or a fallback one (name="unknown")
|
||||
static int l_get_definition(lua_State *L);
|
||||
|
||||
|
Reference in New Issue
Block a user