mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 04:30:23 +02:00
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