From 7ff0915a149a7754c2edd500b28538314ce498db Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 8 Jun 2017 20:50:42 +0200 Subject: recipe and rope length now configurable --- config.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.lua') diff --git a/config.lua b/config.lua index f57ea9c..631261e 100644 --- a/config.lua +++ b/config.lua @@ -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 -- cgit v1.2.3