From 2e2af1bc69fe2073e41b30cf7be78f7f8942eade Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 19 Jan 2025 15:12:01 +0700 Subject: [PATCH] Reduce amount of regular tritanium ore in deepslate layer --- src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) )