From 89c7295abb64b9f1fdda52d38e8cde530a0eb823 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Thu, 13 Feb 2025 13:13:26 +0700 Subject: [PATCH] Change frequency of large veins again --- src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 adfb15a30..f40c0c6c9 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/WorldGen.kt @@ -107,14 +107,14 @@ fun registerPlacedFeatures(context: BootstrapContext) { context.register(PlacedFeatures.CLOUD_TITANIUM, PlacedFeature( ore, listOf( - RarityFilter.onAverageOnceEvery(8), + RarityFilter.onAverageOnceEvery(16), InSquarePlacement.spread(), HeightRangePlacement.of(StandardDeviationHeightProvider(VerticalAnchor.absolute(10), 15.0)), EllipsoidPlacement( x = ClampedNormalInt.of(0f, 6f, Int.MIN_VALUE, Int.MAX_VALUE), y = ClampedNormalInt.of(0f, 12f, Int.MIN_VALUE, Int.MAX_VALUE), z = ClampedNormalInt.of(0f, 6f, Int.MIN_VALUE, Int.MAX_VALUE), - count = ClampedNormalInt.of(40f, 60f, 40, 160), + count = ClampedNormalInt.of(60f, 60f, 40, 160), xLength = ClampedNormalFloat.of(11f, 4f, 6f, 14f), yLength = ClampedNormalFloat.of(11f, 4f, 6f, 14f), zLength = ClampedNormalFloat.of(11f, 4f, 6f, 14f), @@ -136,7 +136,7 @@ fun registerPlacedFeatures(context: BootstrapContext) { x = ClampedNormalInt.of(0f, 8f, Int.MIN_VALUE, Int.MAX_VALUE), y = ClampedNormalInt.of(0f, 20f, Int.MIN_VALUE, Int.MAX_VALUE), z = ClampedNormalInt.of(0f, 8f, Int.MIN_VALUE, Int.MAX_VALUE), - count = ClampedNormalInt.of(300f, 200f, 200, 800), + count = ClampedNormalInt.of(200f, 200f, 200, 600), xLength = ClampedNormalFloat.of(11f, 4f, 8f, 14f), // allow crystals to generate as far as standard deviation allows // to increase chance for player to discover crystal vein