1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-01-09 08:00:19 +01:00

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

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 end
minetest.register_craft({ minetest.register_craft({