forked from mtcontrib/plantlife_modpack
don't disable air checking in biome defs when it isn't necessary
doing so greatly slows down plants_lib by forcing the use of the legacy mapgen code.
This commit is contained in:
@ -206,7 +206,6 @@ plantslib:register_generate_plant({
|
||||
rarity = 101 - 4, --3,4
|
||||
min_elevation = 1, -- above sea level
|
||||
plantlife_limit = -0.9,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_bushes.grow_bush"
|
||||
)
|
||||
@ -252,7 +251,6 @@ plantslib:register_generate_plant({
|
||||
rarity = 101 - 4, --3,4
|
||||
min_elevation = 1, -- above sea level
|
||||
plantlife_limit = -0.9,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_bushes.grow_youngtree2"
|
||||
)
|
||||
|
Reference in New Issue
Block a user