Further reduce amount of small tritanium patches
This commit is contained in:
parent
2e2af1bc69
commit
20b3fe78ba
@ -71,7 +71,7 @@ fun registerPlacedFeatures(context: BootstrapContext<PlacedFeature>) {
|
|||||||
context.register(PlacedFeatures.NORMAL_TRITANIUM, PlacedFeature(
|
context.register(PlacedFeatures.NORMAL_TRITANIUM, PlacedFeature(
|
||||||
ore,
|
ore,
|
||||||
listOf(
|
listOf(
|
||||||
CountPlacement.of(6),
|
CountPlacement.of(UniformInt.of(2, 6)),
|
||||||
InSquarePlacement.spread(),
|
InSquarePlacement.spread(),
|
||||||
HeightRangePlacement.of(StandardDeviationHeightProvider(VerticalAnchor.absolute(10), 15.0))
|
HeightRangePlacement.of(StandardDeviationHeightProvider(VerticalAnchor.absolute(10), 15.0))
|
||||||
)
|
)
|
||||||
@ -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(8),
|
CountPlacement.of(UniformInt.of(4, 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