summaryrefslogtreecommitdiff
path: root/config.lua
blob: 631261ee6fb279f88ea348a1edcbb710f7804277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- Maximum crane height in blocks (12..n)
towercrane.max_height = 24

-- Maximum crane width in blocks (12..n)
towercrane.max_width = 24

-- Crane rope lenght in block (max_height .. max_height+x)
towercrane.rope_length = 24

-- Gain factor for the crane sound (0.0 to 1)
towercrane.gain = 1

-- Recipe available (true/false)
towercrane.recipe = true