fixed wrong growth time,again

master
Yzel Junior 2017-01-05 15:23:58 -03:00 committed by GitHub
parent 71108d62cc
commit d1621921d6
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
-- 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
["apple"] = 450,
["pine"] = 330,
["aspen"] = 330,
["acacia"] = 510,
["jungle"] = 570
}