Reduce amount of regular tritanium ore in deepslate layer
This commit is contained in:
parent
d528f8465c
commit
2e2af1bc69
@ -80,7 +80,7 @@ fun registerPlacedFeatures(context: BootstrapContext<PlacedFeature>) {
|
|||||||
context.register(PlacedFeatures.DEEP_TRITANIUM, PlacedFeature(
|
context.register(PlacedFeatures.DEEP_TRITANIUM, PlacedFeature(
|
||||||
ore,
|
ore,
|
||||||
listOf(
|
listOf(
|
||||||
CountPlacement.of(12),
|
CountPlacement.of(8),
|
||||||
InSquarePlacement.spread(),
|
InSquarePlacement.spread(),
|
||||||
HeightRangePlacement.of(VeryBiasedToBottomHeight.of(VerticalAnchor.aboveBottom(4), VerticalAnchor.absolute(0), 16))
|
HeightRangePlacement.of(VeryBiasedToBottomHeight.of(VerticalAnchor.aboveBottom(4), VerticalAnchor.absolute(0), 16))
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user