add alternate recipe for cottages:hatch_wood (fixes #1)

master
tchncs 2016-05-15 22:20:23 +02:00
parent 9d304979fd
commit 1ba43a7a07
1 changed files with 8 additions and 0 deletions

View File

@ -435,3 +435,11 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "cottages:hatch_wood",
recipe = {
{"","","stairs:slab_wood"},
{"stairs:slab_wood","default:stick",""},
{"","",""},
}
})