summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
authorJoachim Stolberg <joe.stolberg@gmx.de>2017-09-24 12:20:43 +0200
committerJoachim Stolberg <joe.stolberg@gmx.de>2017-09-24 12:20:43 +0200
commita12eff34d2c287fa6a12c6499ddf6ca2b28374f6 (patch)
treeb39124a9ee817189fc69dbc00782f12526e7daaf /config.lua
parent0377480edd8f5c2bcfa45b332d6597f4a8b2f692 (diff)
Switched from entity model to real fly privs
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.lua b/config.lua
index df561da..db5aabb 100644
--- a/config.lua
+++ b/config.lua
@@ -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