diff options
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | nodes.lua | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -33,7 +33,7 @@ local stat_considered = 0 local stat_displaced = 0 local stat_degraded = 0 -local function round(f) +local function round(f) if f >= 0 then return math.floor(f + 0.5) else @@ -84,4 +84,3 @@ return { ["technic:mineral_zinc"] = { h = 0.0001, r = 0.01, t = { "default:stone", "default:desert_stone" }}, } - |