1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-24 20:30:18 +02:00

add recipes for standing lamps

This commit is contained in:
Vanessa Ezekowitz 2014-09-30 11:06:18 -04:00
parent 5cbace2b9e
commit cf2cef8a79

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",