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