1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-25 16:30:18 +02:00

Add tabletop-style oil lamp

This commit is contained in:
kilbith
2015-04-28 11:58:47 -04:00
committed by Vanessa Ezekowitz
parent 79559e41a6
commit a574bb8591
5 changed files with 633 additions and 2 deletions

View File

@ -1297,7 +1297,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "homedecor:oil_lamp 4",
output = "homedecor:oil_lamp",
recipe = {
{ "", "vessels:glass_bottle", "" },
{ "", "farming:string", "" },
@ -1305,6 +1305,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "homedecor:oil_lamp_tabletop",
recipe = {
{ "", "vessels:glass_bottle", "" },
{ "", "farming:string", "" },
{ "default:iron_lump", "homedecor:oil_extract", "default:iron_lump" }
}
})
-- Wrought-iron wall latern
minetest.register_craft({