From a978ea62e6ea0940823a4a5d3698ff591907c594 Mon Sep 17 00:00:00 2001 From: andersje Date: Thu, 29 Aug 2013 17:39:15 -0500 Subject: added trap_glow and trap_super_glow_glass --- crafting.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 275f9f5..0410ad0 100644 --- a/crafting.lua +++ b/crafting.lua @@ -273,12 +273,26 @@ minetest.register_craft({ recipe = {"default:torch", "default:glass"}, }) +minetest.register_craft({ + output = "moreblocks:trap_glow_glass 1", + type = "shapeless", + walkable = false, + recipe = {"default:mese_crystal", "default:glass", "default:torch"}, +}) + minetest.register_craft({ output = "moreblocks:super_glow_glass 1", type = "shapeless", recipe = {"default:torch", "default:torch", "default:glass"}, }) +minetest.register_craft({ + output = "moreblocks:trap_super_glow_glass 1", + type = "shapeless", + walkable = false, + recipe = {"default:mese_crystal", "default:glass", "default:torch", "default:torch"}, +}) + minetest.register_craft({ output = "moreblocks:coal_stone 1", type = "shapeless", -- cgit v1.2.3