mirror of
https://github.com/minetest-mods/towercrane.git
synced 2024-11-22 15:23:51 +01:00
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
# 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
|
|
|
|
# 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
|
|
|
|
# Recipe available (true/false)
|
|
towercrane_recipe (recipe available) bool true
|
|
|