forked from mtcontrib/homedecor_modpack
Add Ceiling Lantern
This commit is contained in:
committed by
Vanessa Ezekowitz
parent
6f33c9ff0c
commit
f580f26124
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user