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

@ -277,3 +277,10 @@ minetest.register_craft({
{'default:stick', 'default:stick', 'tnt:tnt'},
}
})
minetest.register_craft({
output = 'throwing:arrow_tnt',
recipe = {
{'tnt:tnt', 'default:stick', 'default:stick'},
}
})