Skip to content

Commit

Permalink
Update ModFeatures.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Oct 31, 2024
1 parent 9d00186 commit d044ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public static void placedBootstrap(BootstrapContext<PlacedFeature> context) {
List.of(
CountPlacement.of(UniformInt.of(0, 5)),
RarityFilter.onAverageOnceEvery(32),
InSquarePlacement.spread(), PlacementUtils.HEIGHTMAP, BiomeFilter.biome()));
InSquarePlacement.spread(), PlacementUtils.HEIGHTMAP_WORLD_SURFACE, BiomeFilter.biome()));
}
}

0 comments on commit d044ebf

Please sign in to comment.