mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Crafting definition in scripts
This commit is contained in:
parent
8dd3622c6d
commit
9d5b458479
12 changed files with 634 additions and 57 deletions
|
@ -2317,6 +2317,11 @@ INodeDefManager* Client::getNodeDefManager()
|
|||
{
|
||||
return m_nodedef;
|
||||
}
|
||||
ICraftDefManager* Client::getCraftDefManager()
|
||||
{
|
||||
return NULL;
|
||||
//return m_craftdef;
|
||||
}
|
||||
ITextureSource* Client::getTextureSource()
|
||||
{
|
||||
return m_tsrc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue