1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-08-03 12:00:21 +02:00

add wall sconce

This commit is contained in:
Vanessa Ezekowitz
2015-04-14 13:42:22 -04:00
parent 8e1dd5f268
commit 79b5c94f6c
5 changed files with 451 additions and 0 deletions

View File

@ -1269,6 +1269,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "homedecor:wall_sconce 2",
recipe = {
{"default:iron_lump", "", ""},
{"default:iron_lump", "homedecor:candle", ""},
{"default:iron_lump", "", ""},
}
})
minetest.register_craft({
output = "homedecor:oil_lamp 4",
recipe = {