add recipes for standing lamps

This commit is contained in:
Vanessa Ezekowitz 2014-09-30 11:06:18 -04:00
parent 5cbace2b9e
commit cf2cef8a79
1 changed files with 9 additions and 0 deletions

View File

@ -149,6 +149,15 @@ for _, color in ipairs(lamp_colors) do
},
})
minetest.register_craft({
output = "homedecor:standing_lamp_bottom_"..color.."_off",
recipe = {
{"homedecor:table_lamp_"..color.."_off"},
{"group:stick"},
{"group:stick"},
},
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:table_lamp_"..color.."_off",