diff options
author | Joachim Stolberg <joe.stolberg@gmx.de> | 2018-01-03 13:37:03 +0100 |
---|---|---|
committer | Joachim Stolberg <joe.stolberg@gmx.de> | 2018-01-03 13:37:03 +0100 |
commit | 9ab772f24b30290134e46fbe5056b6d372fe4323 (patch) | |
tree | 4f0cf0e656b10130f8b4f1b25dd86b2360ac1bda /config.lua | |
parent | d0af5b3c13de521006e623dfc9ad1509c4b4d82e (diff) |
comment corrections
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) |