basic config added

master
yzelast 2017-01-05 15:01:26 -03:00
parent ae7531ad00
commit 07455d55bf
1 changed files with 12 additions and 0 deletions

12
config.lua Normal file
View File

@ -0,0 +1,12 @@
-- Defines the base time of growth in seconds
growth_time = {
["apple"] = 1,--450,
["pine"] = 1, --330,
["aspen"] = 1,--330,
["acacia"] = 1,--510,
["jungle"] = 1--570
}