diff options
author | Joachim Stolberg <joe.stolberg@gmx.de> | 2017-07-11 20:15:18 +0200 |
---|---|---|
committer | Joachim Stolberg <joe.stolberg@gmx.de> | 2017-07-11 20:15:18 +0200 |
commit | 697010028115f623cf3329413de8c789dfba7918 (patch) | |
tree | 4db7e38bbb9db12e610f06541986a70ec8d0ffb5 /settingtypes.txt | |
parent | bcc049cb65ac41597519337814ae76b2f9511a27 (diff) |
v0.06: free space check bug fix, settingtypes added
Diffstat (limited to 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settingtypes.txt b/settingtypes.txt index 06ffff1..678d7ea 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -4,7 +4,9 @@ towercrane_max_height (maximum crane height) int 24 # Maximum crane width in blocks (12..n) towercrane_max_width (maximum crane width) int 24 -# Crane rope lenght in block (max_height .. max_height+x) +# Crane rope lenght in blocks (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 # Gain factor for the crane sound (0.0 to 1) |