mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +01:00
Make reedmace grow faster (was extremely slow...)
At the previous rate, it would take almost 2 days and 15 hours of playing time for half of the reedmace to grow. (and therefore 5 days and 6 hours for 75% to grow, etc.) The new rate should require 2.25 hours of playing time for half of the reedmace to grow.
This commit is contained in:
parent
e42b0ff4b3
commit
6019a61687
|
@ -18,7 +18,7 @@ REEDMACE_FOR_OASES_PER_MAPBLOCK = 35 -- plants per 80x80x80 nodes (absolute ma
|
|||
REEDMACE_FOR_OASES_RARITY = 90 -- percent
|
||||
|
||||
-- growing of reedmace sapling
|
||||
REEDMACE_GROWING_TIME = 16800 -- seconds
|
||||
REEDMACE_GROWING_TIME = 600 -- seconds
|
||||
REEDMACE_GROWING_CHANCE = 5 -- percent
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user