summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
authorJoachim Stolberg <joe.stolberg@gmx.de>2018-01-03 13:37:03 +0100
committerJoachim Stolberg <joe.stolberg@gmx.de>2018-01-03 13:37:03 +0100
commit9ab772f24b30290134e46fbe5056b6d372fe4323 (patch)
tree4f0cf0e656b10130f8b4f1b25dd86b2360ac1bda /config.lua
parentd0af5b3c13de521006e623dfc9ad1509c4b4d82e (diff)
comment corrections
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)