summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
authorJoachim Stolberg <joe.stolberg@gmx.de>2017-06-08 20:50:42 +0200
committerJoachim Stolberg <joe.stolberg@gmx.de>2017-06-08 20:50:42 +0200
commit7ff0915a149a7754c2edd500b28538314ce498db (patch)
tree89f92a6dab3ce6c916f8dada7bb7f7943f2b1256 /config.lua
parent3521e552317db6e19391c7941143d951c9b2ddcd (diff)
recipe and rope length now configurable
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua6
1 files changed, 6 insertions, 0 deletions
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