diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt index f7d9fe349..026b4f1e7 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt @@ -80,7 +80,7 @@ fun registerPlacedFeatures(context: BootstrapContext) { context.register(PlacedFeatures.DEEP_TRITANIUM, PlacedFeature( ore, listOf( - CountPlacement.of(12), + CountPlacement.of(8), InSquarePlacement.spread(), HeightRangePlacement.of(VeryBiasedToBottomHeight.of(VerticalAnchor.aboveBottom(4), VerticalAnchor.absolute(0), 16)) )