mirror of
https://github.com/minetest-mods/towercrane.git
synced 2024-11-22 15:23:51 +01:00
9 lines
204 B
Lua
9 lines
204 B
Lua
-- Maximum crane height in blocks (12..n)
|
|
towercrane.max_height = 24
|
|
|
|
-- Maximum crane width in blocks (12..n)
|
|
towercrane.max_width = 24
|
|
|
|
-- Gain factor for the crane sound (0.0 to 1)
|
|
towercrane.gain = 1
|