summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua8
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