1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-15 22:30:43 +02:00

get rid of ancient settings in dryplants

This commit is contained in:
wsor4035
2023-07-21 11:21:54 -04:00
parent ed2cfa4c2c
commit 87fbe6fc8d
6 changed files with 122 additions and 130 deletions

View File

@ -15,8 +15,8 @@ biome_lib.register_on_generate(
"sumpf:peat",
"sumpf:sumpf"
},
max_count = TALL_GRASS_PER_MAPBLOCK,
rarity = 101 - TALL_GRASS_RARITY,
max_count = 4800,
rarity = 101 - 75,
min_elevation = 1, -- above sea level
plantlife_limit = -0.9,
check_air = true,