Add several craftitems
This commit is contained in:
parent
452ef75e8a
commit
68e773f6e7
20 changed files with 147 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue