1
0
의 미러 https://github.com/mt-mods/homedecor_modpack.git synced 2025-10-23 16:35:43 +02:00

remove an obsolete function from init.lua

This commit is contained in:
Tim
2015-01-23 14:29:11 +01:00
committed by Vanessa Ezekowitz
부모 3c357b4b49
커밋 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)