add alternate recipes for standing lamps

This commit is contained in:
Vanessa Ezekowitz 2014-09-30 12:49:53 -04:00
parent ddf2666525
commit dd7a9caad5
1 changed files with 9 additions and 0 deletions

View File

@ -182,6 +182,15 @@ for _, color in ipairs(lamp_colors) do
},
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:standing_lamp_bottom_"..color.."_off",
recipe = {
"homedecor:standing_lamp_bottom_off",
"dye:"..color
},
})
end
minetest.register_craft({