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:
committed by
Vanessa Ezekowitz
parent
79559e41a6
commit
a574bb8591
@ -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({
|
||||
|
Reference in New Issue
Block a user