Skip to content

Commit

Permalink
improv: further tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 22, 2024
1 parent 5fba0e1 commit 0998270
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public static void bootstrap(BootstapContext<PlacedFeature> context) {
BiomeFilter.biome());

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

Expand Down

0 comments on commit 0998270

Please sign in to comment.