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

@ -132,3 +132,10 @@ minetest.register_craft({
{'default:stick', 'default:stick', 'default:coal'},
}
})
minetest.register_craft({
output = 'throwing:arrow_torch 4',
recipe = {
{'default:coal', 'default:stick', 'default:stick'},
}
})