diff options
author | Joachim Stolberg <joe.stolberg@gmx.de> | 2017-06-07 22:33:19 +0200 |
---|---|---|
committer | Joachim Stolberg <joe.stolberg@gmx.de> | 2017-06-07 22:33:19 +0200 |
commit | fe827f0cef03b35a3b08eb266298e80619c432f1 (patch) | |
tree | df021f299e2693762ccf55b8b032d071fe8e8874 | |
parent | 2b1aa83ff239b80e5633220fcd553aa3ccf20fe5 (diff) |
config file for maximum crane dimensions added
-rw-r--r-- | config.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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 |