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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user