From 9ab772f24b30290134e46fbe5056b6d372fe4323 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Wed, 3 Jan 2018 13:37:03 +0100 Subject: comment corrections --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.lua') 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) -- cgit v1.2.3