diff options
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |