mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-19 08:10:31 +02:00
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:
@ -212,7 +212,6 @@ plantslib:register_generate_plant({
|
||||
humidity_min = 0.4,
|
||||
temp_max = -0.5,
|
||||
temp_min = 0.13,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_ferns.grow_tree_fern"
|
||||
)
|
||||
@ -240,7 +239,6 @@ plantslib:register_generate_plant({
|
||||
humidity_min = 1.0,
|
||||
temp_max = -1.0,
|
||||
temp_min = 1.0,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_ferns.grow_tree_fern"
|
||||
)
|
||||
|
Reference in New Issue
Block a user