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