Reduce amount of regular tritanium ore in deepslate layer

This commit is contained in:
DBotThePony 2025-01-19 15:12:01 +07:00
parent d528f8465c
commit 2e2af1bc69
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -80,7 +80,7 @@ fun registerPlacedFeatures(context: BootstrapContext<PlacedFeature>) {
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))
)