forked from mtcontrib/homedecor_modpack
Add Wall Lamp
This commit is contained in:
@@ -3048,6 +3048,15 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:wall_lamp 2",
|
||||
recipe = {
|
||||
{ "", "homedecor:lattice_lantern_large", "" },
|
||||
{ "default:iron_lump", "group:stick", "" },
|
||||
{ "default:iron_lump", "group:stick", "" },
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:desk_globe",
|
||||
recipe = {
|
||||
|
||||
Reference in New Issue
Block a user