straw stairs + wood frame

This commit is contained in:
MasterGollum
2012-10-18 11:57:31 +02:00
parent 36a7dfd7c9
commit ae60ea0598
2 changed files with 7 additions and 1 deletions

View File

@ -205,7 +205,7 @@ minetest.register_craft({
output = 'darkage:wooden_frame',
recipe = {
{'default:stick','default:stick','default:stick'},
{'default:stick','darkage:glass','default:stick'},
{'default:stick','default:glass','default:stick'},
{'default:stick','default:stick','default:stick'},
}
})