fix ceiling lamp recipes (#403)

There is no homedecor:glowlight_small, homedecor:glowlight_small_cube only
This commit is contained in:
bell07 2018-02-13 19:31:01 +01:00 committed by Vanessa Dannenberg
parent 4d9c4c2410
commit bfda7c49fd
1 changed files with 2 additions and 2 deletions

View File

@ -2920,7 +2920,7 @@ minetest.register_craft({
recipe = {
{ "", "technic:brass_ingot", ""},
{ "", "homedecor:chainlink_brass", ""},
{ "default:glass", "homedecor:glowlight_small", "default:glass"}
{ "default:glass", "homedecor:glowlight_small_cube", "default:glass"}
},
})
@ -2928,7 +2928,7 @@ minetest.register_craft({
output = "homedecor:ceiling_lamp",
recipe = {
{ "", "chains:chain_top_brass", ""},
{ "default:glass", "homedecor:glowlight_small", "default:glass"}
{ "default:glass", "homedecor:glowlight_small_cube", "default:glass"}
},
})