1
0
mirror of https://gitlab.com/echoes91/throwing.git synced 2025-06-30 15:20:21 +02:00

Update 1.2

This commit is contained in:
Andrea Plati
2015-06-03 17:40:59 +02:00
parent 687a3bcd0b
commit b0171614c6
4 changed files with 23 additions and 9 deletions

View File

@ -39,9 +39,17 @@ if not DISABLE_ROYAL_BOW then
end
if not DISABLE_CROSSBOW then
throwing_register_bow ('crossbow', 'Crossbow', {x=1, y=1, z=0.5}, 28, 5, 80, true, {
throwing_register_bow ('crossbow', 'Crossbow', {x=1, y=1.3, z=0.5}, 28, 5, 80, true, {
{'group:wood', 'farming:string', ''},
{'default:steel_ingot', 'farming:string', 'group:wood'},
{'group:wood', 'farming:string', ''},
})
end
if not DISABLE_ARBALEST then
throwing_register_bow ('arbalest', 'Arbalest', {x=1, y=1.3, z=0.5}, 35, 7.5, 120, true, {
{'default:steel_ingot', 'farming:string', 'default:stick'},
{'default:steel_ingot', 'farming:string', 'default:steel_ingot'},
{'default:steel_ingot', 'farming:string', 'default:stick'},
})
end