Add several craftitems

This commit is contained in:
Wuzzy 2017-01-12 03:04:58 +01:00
parent 452ef75e8a
commit 68e773f6e7
20 changed files with 147 additions and 9 deletions

View file

@ -130,7 +130,15 @@ minetest.register_node("itemframes:frame",{
end,
})
-- FIXME: Replace paper with leather
minetest.register_craft({
output = 'itemframes:frame',
recipe = {
{'default:stick', 'default:stick', 'default:stick'},
{'default:stick', 'mobs:leather', 'default:stick'},
{'default:stick', 'default:stick', 'default:stick'},
}
})
-- FIXME: Remove helper recipe
minetest.register_craft({
output = 'itemframes:frame',
recipe = {