mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-07-06 10:00:38 +02:00
turn down fallback ratio
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user