1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-22 23:30:21 +02:00

add brass and wrought-iron candlesticks

This commit is contained in:
Vanessa Ezekowitz
2015-04-22 01:24:43 -04:00
parent 5cb73ffa7e
commit 4b411d0466
5 changed files with 777 additions and 2 deletions

View File

@ -1278,6 +1278,24 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "homedecor:candlestick_wrought_iron",
recipe = {
{""},
{"homedecor:candle_thin"},
{"default:iron_lump"},
}
})
minetest.register_craft({
output = "homedecor:candlestick_brass",
recipe = {
{""},
{"homedecor:candle_thin"},
{"technic:brass_ingot"},
}
})
minetest.register_craft({
output = "homedecor:oil_lamp 4",
recipe = {