Adjusted ore placement height range.

This commit is contained in:
IM23a-spirgif
2025-05-27 21:29:10 +02:00
parent 3a55a6016a
commit 46cc28c4a1
@@ -25,7 +25,7 @@ public class ModPlacedFeatures {
InSquarePlacement.spread(), InSquarePlacement.spread(),
HeightRangePlacement.uniform( HeightRangePlacement.uniform(
VerticalAnchor.absolute(-64), VerticalAnchor.absolute(-64),
VerticalAnchor.absolute(-61) VerticalAnchor.absolute(-55)
), ),
BiomeFilter.biome() BiomeFilter.biome()
); );