summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.lua b/config.lua
index 4b6fd9a..ee460b9 100644
--- a/config.lua
+++ b/config.lua
@@ -1,7 +1,7 @@
--- Maximum crane height in blocks (12..n)
+-- Maximum crane height in blocks (8..n)
towercrane.max_height = tonumber(minetest.setting_get("towercrane_max_height")) or 32
--- Maximum crane width in blocks (12..n)
+-- Maximum crane width in blocks (8..n)
towercrane.max_width = tonumber(minetest.setting_get("towercrane_max_width")) or 32
-- Crane rope lenght in block (max_height .. max_height+x)