forked from mtcontrib/homedecor_modpack
remove an obsolete function from init.lua
This commit is contained in:
parent
3c357b4b49
commit
e010ab83fc
@ -57,13 +57,6 @@ function homedecor.table_copy(t)
|
|||||||
return nt
|
return nt
|
||||||
end
|
end
|
||||||
|
|
||||||
function homedecor.get_nodedef_field(nodename, fieldname)
|
|
||||||
if not minetest.registered_nodes[nodename] then
|
|
||||||
return nil
|
|
||||||
end
|
|
||||||
return minetest.registered_nodes[nodename][fieldname]
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Determine if the item being pointed at is the underside of a node (e.g a ceiling)
|
-- Determine if the item being pointed at is the underside of a node (e.g a ceiling)
|
||||||
|
|
||||||
function homedecor.find_ceiling(itemstack, placer, pointed_thing)
|
function homedecor.find_ceiling(itemstack, placer, pointed_thing)
|
||||||
|
Loading…
Reference in New Issue
Block a user