turn down fallback ratio

This commit is contained in:
unknown 2022-10-23 16:03:32 -04:00
parent f02b9d4e47
commit f2a17d9eb6
2 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@ moretrees.birch_biome = {
temp_max = 0.3,
rarity = 50,
max_count = 10,
fill_ratio = 0.001,
}
moretrees.willow_biome = {

View File

@ -121,7 +121,7 @@ function translate_biome_defs(def, treename, index)
deco_type = "simple",
place_on = def.place_on or def.surface,
sidelen = 16,
fill_ratio = def.fill_ratio or 0.005,
fill_ratio = def.fill_ratio or 0.001,
--biomes eventually?
y_min = def.min_elevation,
y_max = def.max_elevation,