forked from nalc/homedecor_modpack
added alternate wood slab recipe for dishwasher
damn moreblocks full-sized wooden slabs still use custom names :-/
This commit is contained in:
parent
784de299e3
commit
0c0416b671
@ -1819,6 +1819,14 @@ minetest.register_craft( {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft( {
|
||||||
|
output = "homedecor:dishwasher_wood",
|
||||||
|
recipe = {
|
||||||
|
{ "moreblocks:slab_wood" },
|
||||||
|
{ "homedecor:dishwasher" },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "homedecor:dishwasher_wood",
|
output = "homedecor:dishwasher_wood",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Loading…
Reference in New Issue
Block a user