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

@ -80,7 +80,15 @@ end
minetest.register_entity("throwing:arrow_entity", THROWING_ARROW_ENTITY)
-- FIXME: Replace paper with feather
minetest.register_craft({
output = 'throwing:arrow 4',
recipe = {
{'default:flint'},
{'default:stick'},
{'mobs:feather'}
}
})
-- FIXME: Helper recipe
minetest.register_craft({
output = 'throwing:arrow 4',
recipe = {