mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-07-13 05:20:23 +02:00
speed up sapling growth.
they're just too damned slow also sped up the on_gen ones they were slower than they needed to be
This commit is contained in:
@ -122,8 +122,8 @@ moretrees.dates_item_drop_ichance = 10 -- inverse probability of ripe dates dr
|
||||
|
||||
-- Sapling settings
|
||||
|
||||
moretrees.sapling_interval = 500
|
||||
moretrees.sapling_chance = 20
|
||||
moretrees.sapling_interval = 100
|
||||
moretrees.sapling_chance = 5
|
||||
|
||||
-- If this variable is set to true, drop leaves out as entities during leaf
|
||||
-- decay, rather than just disappearing them.
|
||||
|
Reference in New Issue
Block a user