diff options
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,8 +7,5 @@ towercrane.max_width = tonumber(minetest.setting_get("towercrane_max_width")) or -- Crane rope lenght in block (max_height .. max_height+x) towercrane.rope_length = tonumber(minetest.setting_get("towercrane_rope_length")) or 24 --- Gain factor for the crane sound (0.0 to 1) -towercrane.gain = tonumber(minetest.setting_get("towercrane_gain")) or 1 - -- Recipe available (true/false) towercrane.recipe = tonumber(minetest.setting_get("towercrane_recipe")) or true |