Add moreblocks:slab_wood for table_lamp (#418)

This commit is contained in:
Jat15 2018-05-20 06:49:02 +02:00 committed by Vanessa Dannenberg
parent a4ca53cc05
commit d6ff137657
1 changed files with 18 additions and 0 deletions

View File

@ -130,6 +130,24 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:table_lamp_off",
recipe = {
{ "wool:white", "default:torch", "wool:white"},
{ "", "group:stick", ""},
{ "", "moreblocks:slab_wood", "" },
},
})
minetest.register_craft({
output = "homedecor:table_lamp_off",
recipe = {
{ "cottages:wool", "default:torch", "cottages:wool"},
{ "", "group:stick", ""},
{ "", "moreblocks:slab_wood", "" },
},
})
minetest.register_craft({
output = "homedecor:standing_lamp_off",
recipe = {