forked from nalc/homedecor_modpack
add recipe for japanese door
This commit is contained in:
parent
7919512b3e
commit
2a2fa3d429
|
@ -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" }
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user