recipe and rope length now configurable

This commit is contained in:
Joachim Stolberg 2017-06-08 20:50:42 +02:00
parent 3521e55231
commit 7ff0915a14
2 changed files with 463 additions and 454 deletions

@ -4,5 +4,11 @@ towercrane.max_height = 24
-- Maximum crane width in blocks (12..n)
towercrane.max_width = 24
-- Crane rope lenght in block (max_height .. max_height+x)
towercrane.rope_length = 24
-- Gain factor for the crane sound (0.0 to 1)
towercrane.gain = 1
-- Recipe available (true/false)
towercrane.recipe = true

911
init.lua

File diff suppressed because it is too large Load Diff