forked from mtcontrib/plantlife_modpack
Increase minimum duration for blossoms
This commit is contained in:
parent
6c715f65f6
commit
6af38b488c
@ -27,7 +27,7 @@ nature.apple_chance = 10
|
|||||||
nature.apple_spread = 2
|
nature.apple_spread = 2
|
||||||
|
|
||||||
nature.meta_blossom_time = "blossom_time"
|
nature.meta_blossom_time = "blossom_time"
|
||||||
nature.blossom_duration = 5
|
nature.blossom_duration = nature.blossom_delay
|
||||||
|
|
||||||
function dumppos(pos)
|
function dumppos(pos)
|
||||||
return "("..pos.x..","..pos.y..","..pos.z..")"
|
return "("..pos.x..","..pos.y..","..pos.z..")"
|
||||||
|
Loading…
Reference in New Issue
Block a user