Lawn trimmer tool for technic mod

This commit is contained in:
h-v-smacker 2017-10-27 01:48:45 +03:00
parent 01340b484a
commit 51e0b52181

View File

@ -21,8 +21,7 @@
-- Configuration -- Configuration
local lawn_trimmer_max_charge = 10000 -- 10000 - Maximum charge of the lawn trimmer local lawn_trimmer_max_charge = 10000 -- 10000 - Maximum charge of the lawn trimmer
local lawn_trimmer_charge_per_object = 25 -- 25 - Capable of picking up 400 objects local lawn_trimmer_charge_per_object = 25 -- 25 - Can mow 400 'group:flora' blocks
local lawn_trimmer_range = 3 -- 3 - Area in which to pick up objects
local S = technic.getter local S = technic.getter