Clean up crafting recipes, add new helpers

This commit is contained in:
Wuzzy 2017-01-12 07:33:35 +01:00
parent cdd326c812
commit b0fc9778f9
6 changed files with 28 additions and 30 deletions

View file

@ -88,12 +88,3 @@ minetest.register_craft({
{'mobs:feather'}
}
})
-- FIXME: Helper recipe
minetest.register_craft({
output = 'throwing:arrow 4',
recipe = {
{'default:flint'},
{'default:stick'},
{'default:paper'}
}
})