Skip to content

Commit b3e8523

Browse files
Add more Gravel
1 parent 7be813e commit b3e8523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/OpenRP.Framework/Features/BiomeGenerator/Services/Generators/Biomes/LasVenturasGravelBiome.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public LasVenturasGravelBiome(IBiomeObjectFactory factory)
2424
_factory = factory;
2525
_weightedRandom = new WeightedRandom<string>(new Dictionary<string, int>
2626
{
27-
{ "Gravel", 100 },
28-
{ "Nothing", 900 }
27+
{ "Gravel", 150 },
28+
{ "Nothing", 850 }
2929
});
3030
_biomeOutputColor = GetBiomeOutputColor();
3131
}

0 commit comments

Comments
 (0)