forked from mtcontrib/throwing
1.3
This commit is contained in:
parent
a01adf32f6
commit
06e5d60f9e
@ -53,3 +53,11 @@ if not DISABLE_ARBALEST then
|
||||
{'default:steel_ingot', 'farming:string', 'default:stick'},
|
||||
})
|
||||
end
|
||||
|
||||
if not DISABLE_AUTOMATED_ARBALEST then
|
||||
throwing_register_bow ('arbalest_auto', 'Automated arbalest', {x=1, y=1.3, z=0.5}, 40, 3.5, 60, true, {
|
||||
{'default:steel_ingot', 'farming:string', 'default:mese_crystal'},
|
||||
{'default:steel_ingot', 'farming:string', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'farming:string', 'default:mese_crystal'},
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user