forked from mtcontrib/homedecor_modpack
fix ceiling lamp recipes (#403)
There is no homedecor:glowlight_small, homedecor:glowlight_small_cube only
This commit is contained in:
parent
4d9c4c2410
commit
bfda7c49fd
@ -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"}
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user