mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Better snow fall, finite liquid transform, leveled nodes api
This commit is contained in:
parent
3aedfac968
commit
037e84d377
8 changed files with 88 additions and 29 deletions
|
@ -76,6 +76,10 @@ private:
|
|||
// pos = {x=num, y=num, z=num}
|
||||
static int l_get_node_level(lua_State *L);
|
||||
|
||||
// minetest.set_node_level(pos)
|
||||
// pos = {x=num, y=num, z=num}
|
||||
static int l_set_node_level(lua_State *L);
|
||||
|
||||
// minetest.add_node_level(pos)
|
||||
// pos = {x=num, y=num, z=num}
|
||||
static int l_add_node_level(lua_State *L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue