Skip to content
Snippets Groups Projects
Commit bfda7c49 authored by bell07's avatar bell07 Committed by Vanessa Dannenberg
Browse files

fix ceiling lamp recipes (#403)

There is no homedecor:glowlight_small, homedecor:glowlight_small_cube only
parent 4d9c4c24
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
},
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment