Skip to content

Commit

Permalink
improv: slightly less dense groves
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 22, 2024
1 parent 7495724 commit 3bb6445
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ public static void bootstrap(BootstapContext<PlacedFeature> context) {

register(context, GROVE_TREES, configs.getOrThrow(ReduxFeatureConfig.GROVE_TREES),
CountPlacement.of(new WeightedListInt(SimpleWeightedRandomList.<IntProvider>builder()
.add(ConstantInt.of(9), 9)
.add(ConstantInt.of(7), 3)
.add(ConstantInt.of(3), 5)
.add(ConstantInt.of(16), 1)
.add(ConstantInt.of(7), 9)
.add(ConstantInt.of(5), 3)
.add(ConstantInt.of(2), 5)
.add(ConstantInt.of(12), 1)
.build())),
ImprovedLayerPlacementModifier.of(Heightmap.Types.OCEAN_FLOOR, ConstantInt.of(2), 4),
BiomeFilter.biome(),
Expand Down

0 comments on commit 3bb6445

Please sign in to comment.