diff --git a/homedecor/furniture_recipes.lua b/homedecor/furniture_recipes.lua index 789e43db..a01c6cda 100644 --- a/homedecor/furniture_recipes.lua +++ b/homedecor/furniture_recipes.lua @@ -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({