mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-21 15:21:24 +00:00
Remove debug code
This commit is contained in:
parent
fc19778172
commit
e7da1f18af
1 changed files with 0 additions and 4 deletions
4
api.lua
4
api.lua
|
@ -112,10 +112,6 @@ function creatura.get_node_height_from_def(name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.after(1, function()
|
|
||||||
minetest.chat_send_all(creatura.get_node_height_from_def("default:snow"))
|
|
||||||
end)
|
|
||||||
|
|
||||||
function creatura.get_node_def(node) -- Node can be name or pos
|
function creatura.get_node_def(node) -- Node can be name or pos
|
||||||
if type(node) == "table" then
|
if type(node) == "table" then
|
||||||
node = minetest.get_node(node).name
|
node = minetest.get_node(node).name
|
||||||
|
|
Loading…
Add table
Reference in a new issue