mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 02:15:22 +02:00
Fix random node definition stuff
This commit is contained in:
@@ -497,6 +497,9 @@ static int l_register_node(lua_State *L)
|
||||
|
||||
// Default to getting the corresponding NodeItem when dug
|
||||
f.dug_item = std::string("NodeItem \"")+name+"\" 1";
|
||||
|
||||
// Default to unknown_block.png as all textures
|
||||
f.setAllTextures("unknown_block.png");
|
||||
|
||||
/*
|
||||
Read definiton from Lua
|
||||
|
Reference in New Issue
Block a user