forked from mtcontrib/plantlife_modpack
disable debug by default
This commit is contained in:
parent
592d0df84f
commit
07f426ae45
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
plantslib = {}
|
plantslib = {}
|
||||||
|
|
||||||
local DEBUG = true --... except if you want to spam the console with debugging info :-)
|
local DEBUG = false --... except if you want to spam the console with debugging info :-)
|
||||||
|
|
||||||
plantslib.plantlife_seed_diff = 329 -- needs to be global so other mods can see it
|
plantslib.plantlife_seed_diff = 329 -- needs to be global so other mods can see it
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user