From fe827f0cef03b35a3b08eb266298e80619c432f1 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Wed, 7 Jun 2017 22:33:19 +0200 Subject: [PATCH] config file for maximum crane dimensions added --- config.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.lua diff --git a/config.lua b/config.lua new file mode 100644 index 0000000..f57ea9c --- /dev/null +++ b/config.lua @@ -0,0 +1,8 @@ +-- Maximum crane height in blocks (12..n) +towercrane.max_height = 24 + +-- Maximum crane width in blocks (12..n) +towercrane.max_width = 24 + +-- Gain factor for the crane sound (0.0 to 1) +towercrane.gain = 1