summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-01-25 22:26:04 -0800
committerAuke Kok <auke-jan.h.kok@intel.com>2015-01-25 22:26:04 -0800
commitf89cefb3c2726afdc5ccc957337828e377364288 (patch)
tree8e54c0b380dd39a079bf59bda956ef9811051785
parentabdb71452fae4d8251b0d1c8768c5ae2b7756d3f (diff)
cleanfile
-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" }},
}
-