summaryrefslogtreecommitdiff
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
parentd0af5b3c13de521006e623dfc9ad1509c4b4d82e (diff)
comment corrections
-rw-r--r--README.md2
-rw-r--r--config.lua4
-rw-r--r--settingtypes.txt14
3 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index bf5ca07..94532b5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Tower Crane Mod V0.14
+# Tower Crane Mod
In order to simplify the construction of buildings, the crane forms a construction area in which the player gets fly privs.
Browse on: ![GitHub](https://github.com/joe7575/Minetest-Towercrane)
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)
diff --git a/settingtypes.txt b/settingtypes.txt
index 287688b..19e8fe8 100644
--- a/settingtypes.txt
+++ b/settingtypes.txt
@@ -1,13 +1,13 @@
-# Maximum crane height in blocks (12..n)
-towercrane_max_height (maximum crane height) int 24
+# Maximum crane height in nodes (8..n)
+towercrane_max_height (maximum crane height) int 32
-# Maximum crane width in blocks (12..n)
-towercrane_max_width (maximum crane width) int 24
+# Maximum crane width in nodes (8..n)
+towercrane_max_width (maximum crane width) int 32
-# Crane rope lenght in blocks (max_height .. max_height+x)
+# Crane rope lenght in nodes (max_height .. max_height+x)
# If the rope length is larger than the crane height, the crane
-# can be placed on buildings and the hook still reaches the ground.
-towercrane_rope_length (crane rope lenght) int 24
+# can be placed on buildings and the player still reaches the ground.
+towercrane_rope_length (crane rope lenght) int 32
# Recipe available (true/false)
towercrane_recipe (recipe available) bool true