summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
-rw-r--r--nodes.lua1
2 files changed, 1 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 390c027..f6125fb 100644
--- a/init.lua
+++ b/init.lua
@@ -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
diff --git a/nodes.lua b/nodes.lua
index a96ed8b..5a385e5 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -84,4 +84,3 @@ return {
["technic:mineral_zinc"]
= { h = 0.0001, r = 0.01, t = { "default:stone", "default:desert_stone" }},
}
-