1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-23 07:40:17 +02:00

Add Ceiling Lantern

This commit is contained in:
kilbith
2015-03-29 13:34:56 +02:00
committed by Vanessa Ezekowitz
parent 6f33c9ff0c
commit f580f26124
5 changed files with 541 additions and 0 deletions

View File

@ -3039,6 +3039,15 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:ceiling_lantern 2",
recipe = {
{ "default:iron_lump", "default:iron_lump", "default:iron_lump" },
{ "default:iron_lump", "homedecor:lattice_lantern_large", "default:iron_lump" },
{ "", "default:iron_lump", "" },
},
})
minetest.register_craft({
output = "homedecor:desk_globe",
recipe = {