From 06e5d60f9e9603e36d617344ae2b2c3ef27bfc50 Mon Sep 17 00:00:00 2001 From: Andrea Plati Date: Sun, 2 Aug 2015 15:55:02 +0200 Subject: [PATCH] 1.3 --- tools.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools.lua b/tools.lua index 45e8f41..57ef85c 100644 --- a/tools.lua +++ b/tools.lua @@ -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