1
0
mirror of https://gitlab.com/echoes91/throwing.git synced 2025-06-30 07:10:22 +02:00

Fixed damages and recipes, added simmetric

This commit is contained in:
echoes91
2015-03-11 17:45:10 +01:00
parent f7d5c7d449
commit f08ecd2c70
11 changed files with 124 additions and 15 deletions

View File

@ -80,3 +80,10 @@ minetest.register_craft({
{'default:stick', 'default:stick', 'default:mese_crystal_fragment'}
}
})
minetest.register_craft({
output = 'throwing:arrow_teleport',
recipe = {
{'default:mese_crystal_fragment', 'default:stick', 'default:stick'}
}
})