mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +01:00
Increase conversion rate of short grass to grass (took forever)
At the previous rate, it would take almost 27 days for half of the short grass to convert to regular dirt with grass. And therefore 54 days in total to reach 75% conversion, 81 days for 87.5%, etc. At the new rate, it should take about 4.5 hours for half of the short grass to convert back to dirt wit grass.
This commit is contained in:
parent
6019a61687
commit
2b56975993
|
@ -40,8 +40,8 @@ TALL_GRASS_RARITY = 75 -- percent
|
|||
|
||||
|
||||
-- short grass becomes dirt with grass again
|
||||
GRASS_REGROWING_TIME = 16800 -- seconds
|
||||
GRASS_REGROWING_CHANCE = 0.5 -- percent
|
||||
GRASS_REGROWING_TIME = 1200 -- seconds
|
||||
GRASS_REGROWING_CHANCE = 5 -- percent
|
||||
|
||||
HAY_DRYING_TIME = 3600 -- seconds
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user