mirror of
https://github.com/mt-mods/moretrees.git
synced 2024-11-15 23:10:20 +01:00
turn down fallback ratio
This commit is contained in:
parent
f02b9d4e47
commit
f2a17d9eb6
|
@ -113,6 +113,7 @@ moretrees.birch_biome = {
|
|||
temp_max = 0.3,
|
||||
rarity = 50,
|
||||
max_count = 10,
|
||||
fill_ratio = 0.001,
|
||||
}
|
||||
|
||||
moretrees.willow_biome = {
|
||||
|
|
2
init.lua
2
init.lua
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user