Skip to content

Commit

Permalink
improv: feature balancing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 22, 2024
1 parent 3bb6445 commit 2fbdbac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ public static void bootstrap(BootstapContext<PlacedFeature> context) {

register(context, AURUM_PATCH, configs.getOrThrow(ReduxFeatureConfig.AURUM_PATCH),
ImprovedLayerPlacementModifier.of(Heightmap.Types.MOTION_BLOCKING, BiasedToBottomInt.of(0, 2), 4),
RarityFilter.onAverageOnceEvery(12),
RarityFilter.onAverageOnceEvery(8),
BiomeFilter.biome());

register(context, GOLDEN_CLOVERS_PATCH, configs.getOrThrow(ReduxFeatureConfig.GOLDEN_CLOVERS_PATCH),
threshold,
ImprovedLayerPlacementModifier.of(Heightmap.Types.MOTION_BLOCKING, BiasedToBottomInt.of(0, 1), 4),
RarityFilter.onAverageOnceEvery(2),
BiomeFilter.biome());

register(context, SPARSE_BLUE_AERCLOUD,
Expand Down

0 comments on commit 2fbdbac

Please sign in to comment.