add recipe for japanese door

This commit is contained in:
Vanessa Ezekowitz 2014-10-05 16:25:59 -04:00
parent 7919512b3e
commit 2a2fa3d429
1 changed files with 8 additions and 0 deletions

View File

@ -2833,3 +2833,11 @@ for _, color in ipairs(bookcolors) do
})
end
minetest.register_craft({
output = "homedecor:jpn_door_bottom",
recipe = {
{ "homedecor:japanese_wall_top" },
{ "homedecor:japanese_wall_bottom" }
},
})