From a73bde2926623f0ec7f5658ebc6e15ab0d707e97 Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:10:17 +0200 Subject: [PATCH] make some trees spawn less rarely --- biome_defs.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/biome_defs.lua b/biome_defs.lua index e54f7ba..7d822da 100644 --- a/biome_defs.lua +++ b/biome_defs.lua @@ -94,7 +94,7 @@ moretrees.sequoia_biome = { temp_min = 1, temp_max = -0.4, rarity = 90, - max_count = 5, + max_count = 2, } moretrees.birch_biome = { @@ -107,7 +107,7 @@ moretrees.birch_biome = { temp_min = 0.9, temp_max = 0.3, rarity = 50, - max_count = 10, + max_count = 6, } moretrees.willow_biome = { @@ -169,7 +169,7 @@ moretrees.spruce_biome = { temp_min = 0.9, temp_max = 0.7, rarity = 50, - max_count = 5, + max_count = 3, } moretrees.cedar_biome = {