From 888b0ebfec8c2eff9015163549a7e47443cb8665 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 21:00:20 -0400 Subject: "explode" all modpacks into their individual components (you can't have a modpack buried inside a modpack) --- streets/steelsupport/init.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 streets/steelsupport/init.lua (limited to 'streets/steelsupport/init.lua') diff --git a/streets/steelsupport/init.lua b/streets/steelsupport/init.lua deleted file mode 100644 index 56cc084..0000000 --- a/streets/steelsupport/init.lua +++ /dev/null @@ -1,20 +0,0 @@ ---[[ - StreetsMod: Steel support for hanging signs on highways etc. -]] -minetest.register_node(":streets:steel_support",{ - description = streets.S("Steel support"), - tiles = {"streets_support.png"}, - groups = {cracky = 1}, - drawtype = "glasslike_framed", - climbable = true, - sunlight_propagates = true, - paramtype = "light", -}) -minetest.register_craft({ - output = "streets:steel_support 5", - recipe = { - {"default:steel_ingot","","default:steel_ingot"}, - {"","default:steel_ingot",""}, - {"default:steel_ingot","","default:steel_ingot"} - } -}) \ No newline at end of file -- cgit v1.2.3