forked from mtcontrib/throwing
Fixed damages and recipes, added simmetric
This commit is contained in:
@ -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'},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user