mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-08-07 09:20:20 +02:00
disable debug by default
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user