From 2386330d136016da44931437b0d2c34b3632814d Mon Sep 17 00:00:00 2001 From: secXsQuared Date: Sun, 28 Jan 2018 14:11:49 -0500 Subject: [PATCH] Change name + add version # to description --- modinfo.lua | 6 +++--- modmain.lua | 2 +- scripts/components/event_regrowth.lua | 2 +- scripts/components/natural_regrowth.lua | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modinfo.lua b/modinfo.lua index e2e31b3..d957cd4 100644 --- a/modinfo.lua +++ b/modinfo.lua @@ -1,7 +1,7 @@ -name = "Advanced World Regrowth" -description = "Advanced world regrowth including caves!\nSee the Steam Workshop page for more information." +name = "World Regrowth++" +version = "0.1.2" +description = "Version "..version.."\n\nAdvanced world regrowth including caves! See the Steam Workshop page for more information.\n\nHappy hunting and do starve!" author = "lolo" -version = "0.1.0" forumthread = "" diff --git a/modmain.lua b/modmain.lua index ae916c8..9846af2 100644 --- a/modmain.lua +++ b/modmain.lua @@ -97,7 +97,7 @@ AddComponentPostInit("event_regrowth", function(component) end end component:FinishModConfig() -end) +end) --"forest" for the overworld diff --git a/scripts/components/event_regrowth.lua b/scripts/components/event_regrowth.lua index 4c6d058..0020057 100644 --- a/scripts/components/event_regrowth.lua +++ b/scripts/components/event_regrowth.lua @@ -15,7 +15,7 @@ return Class(function(self, inst) -------------------------------------------------------------------------- --[[ Constants ]] -------------------------------------------------------------------------- - local DEBUG = true + local DEBUG = false local DEBUG_TELE = false local UPDATE_PERIOD = 9 diff --git a/scripts/components/natural_regrowth.lua b/scripts/components/natural_regrowth.lua index c55323d..dbb288a 100644 --- a/scripts/components/natural_regrowth.lua +++ b/scripts/components/natural_regrowth.lua @@ -15,7 +15,7 @@ return Class(function(self, inst) -------------------------------------------------------------------------- --[[ Constants ]] -------------------------------------------------------------------------- - local DEBUG = true + local DEBUG = false local DEBUG_TELE = false local UPDATE_PERIOD = 11 local BASE_RADIUS = 20