mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-08 19:30:32 +01:00
fix lilypads max count and rarity variables
thanks for catching that, Gael de Sailly!
This commit is contained in:
parent
ca88a35f26
commit
f6e5eed2eb
|
@ -314,8 +314,8 @@ end
|
|||
|
||||
plantslib:register_generate_plant({
|
||||
surface = {"default:water_source"},
|
||||
max_count = lilypads_max_count,
|
||||
rarity = lilypads_rarity,
|
||||
max_count = lilies_max_count,
|
||||
rarity = lilies_rarity,
|
||||
min_elevation = 1,
|
||||
max_elevation = 40,
|
||||
near_nodes = {"default:dirt_with_grass"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user