forked from mtcontrib/plantlife_modpack
sunflowers count = 10 (the right way)
This commit is contained in:
parent
5a13eab6d8
commit
8838dea6ab
|
@ -12,7 +12,7 @@ local lilies_max_count = 320
|
||||||
local lilies_rarity = 33
|
local lilies_rarity = 33
|
||||||
local seaweed_max_count = 320
|
local seaweed_max_count = 320
|
||||||
local seaweed_rarity = 33
|
local seaweed_rarity = 33
|
||||||
local sunflowers_max_count = 2
|
local sunflowers_max_count = 10
|
||||||
local sunflowers_rarity = 25
|
local sunflowers_rarity = 25
|
||||||
|
|
||||||
-- register the various rotations of waterlilies
|
-- register the various rotations of waterlilies
|
||||||
|
@ -422,7 +422,6 @@ plantslib:register_generate_plant({
|
||||||
plantlife_limit = -0.9,
|
plantlife_limit = -0.9,
|
||||||
temp_max = 0.53,
|
temp_max = 0.53,
|
||||||
random_facedir = {0,3},
|
random_facedir = {0,3},
|
||||||
max_count = 10,
|
|
||||||
},
|
},
|
||||||
"flowers:sunflower"
|
"flowers:sunflower"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user