mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-06-28 06:11:53 +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:
@ -99,7 +99,6 @@ plantslib:register_generate_plant({
|
||||
near_nodes_vertical = 1,
|
||||
near_nodes_count = 1,
|
||||
plantlife_limit = -0.9,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_dryplants.grow_juncus"
|
||||
)
|
||||
@ -121,7 +120,6 @@ plantslib:register_generate_plant({
|
||||
near_nodes_vertical = 1,
|
||||
near_nodes_count = 1,
|
||||
plantlife_limit = -0.9,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_dryplants.grow_juncus"
|
||||
)
|
||||
)
|
||||
|
@ -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"
|
||||
)
|
||||
)
|
||||
|
@ -29,7 +29,6 @@ plantslib:register_generate_plant({
|
||||
rarity = 101 - TALL_GRASS_RARITY,
|
||||
min_elevation = 1, -- above sea level
|
||||
plantlife_limit = -0.9,
|
||||
check_air = false,
|
||||
},
|
||||
"abstract_dryplants.grow_grass"
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user