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:
Vanessa Ezekowitz
2014-08-12 23:19:51 -04:00
parent c636c62480
commit f3cdd1b7a1
9 changed files with 7 additions and 23 deletions

View File

@ -21,7 +21,6 @@ plantslib:register_generate_plant({
rarity = 25,
min_elevation = 1, -- above sea level
plantlife_limit = -0.9,
check_air = false,
},
"abstract_dryplants.grow_grass_variation"
)
)