diff --git a/Minecraft.World/ForestBiome.cpp b/Minecraft.World/ForestBiome.cpp index b22b8b396..b230d0eee 100644 --- a/Minecraft.World/ForestBiome.cpp +++ b/Minecraft.World/ForestBiome.cpp @@ -8,8 +8,8 @@ ForestBiome::ForestBiome(int id) : Biome(id) { friendlies_wolf.push_back(new MobSpawnerData(eTYPE_WOLF, 5, 4, 4)); // 4J - moved to their own category - decorator->treeCount = 10; - decorator->grassCount = 2; + decorator->treeCount = 11; + decorator->grassCount = 1; } Feature *ForestBiome::getTreeFeature(Random *random)