From bfa20bbe7eaffb0721251b2d9a3e0415835580e5 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 15 Aug 2013 22:22:36 -0500 Subject: shared door recipe and textures --- init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 349b17f..8c7975f 100644 --- a/init.lua +++ b/init.lua @@ -307,6 +307,15 @@ doors:register_door("landrush:shared_door", { tiles_top = {"shared_door_a.png", "door_blue.png"}, }) +minetest.register_craft({ + output = 'landrush:shared_door', + recipe = { + {'default:steel_ingot','default:steel_ingot',''}, + {'default:steel_ingot','landrush:landclaim',''}, + {'default:steel_ingot','default:steel_ingot',''} + } +}) + function landrush.on_rightclick(pos, dir, check_name, replace, replace_dir, params) pos.y = pos.y+dir if not minetest.get_node(pos).name == check_name then -- cgit v1.2.3