forked from mtcontrib/throwing
Shell arrows and other tweakings
This commit is contained in:
@ -274,13 +274,13 @@ minetest.register_entity("throwing:arrow_tnt_entity", THROWING_ARROW_ENTITY)
|
||||
minetest.register_craft({
|
||||
output = 'throwing:arrow_tnt',
|
||||
recipe = {
|
||||
{'default:stick', 'default:stick', 'tnt:tnt'},
|
||||
{'default:stick', 'tnt:tnt', 'default:bronze_ingot'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'throwing:arrow_tnt',
|
||||
recipe = {
|
||||
{'tnt:tnt', 'default:stick', 'default:stick'},
|
||||
{'default:bronze_ingot', 'tnt:tnt', 'default:stick'},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user