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:
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