2017-07-11 20:13:48 +02:00
|
|
|
# Maximum crane height in blocks (12..n)
|
|
|
|
towercrane_max_height (maximum crane height) int 24
|
|
|
|
|
|
|
|
# Maximum crane width in blocks (12..n)
|
|
|
|
towercrane_max_width (maximum crane width) int 24
|
|
|
|
|
2017-07-11 20:15:18 +02:00
|
|
|
# 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.
|
2017-07-11 20:13:48 +02:00
|
|
|
towercrane_rope_length (crane rope lenght) int 24
|
|
|
|
|
|
|
|
# Gain factor for the crane sound (0.0 to 1)
|
|
|
|
towercrane_gain (sound gain factor) float 1
|
|
|
|
|
|
|
|
# Recipe available (true/false)
|
|
|
|
towercrane_recipe (recipe available) bool true
|
|
|
|
|