1
0
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:
kilbith
2015-04-04 19:51:48 +02:00
parent f54c6d3645
commit bcaa25adf4
5 changed files with 531 additions and 0 deletions

View File

@ -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 = {