Reduce maximum amount of dilithium in vein, make tritanium worm vein rarer
This commit is contained in:
parent
e179756995
commit
abeeda8139
@ -123,13 +123,13 @@ fun registerPlacedFeatures(context: BootstrapContext<PlacedFeature>) {
|
||||
chunkScanRange = 24,
|
||||
seedMix = 9284343575495L,
|
||||
prePlacementModifiers = listOf(
|
||||
RarityFilter.onAverageOnceEvery(240),
|
||||
RarityFilter.onAverageOnceEvery(300),
|
||||
InSquarePlacement.spread(),
|
||||
HeightRangePlacement.of(StandardDeviationHeightProvider(VerticalAnchor.absolute(-40), 15.0)),
|
||||
),
|
||||
postPlacementModifiers = listOf(
|
||||
EllipsoidPlacement(
|
||||
count = UniformInt.of(15, 40),
|
||||
count = UniformInt.of(15, 30),
|
||||
xLength = ConstantFloat.of(14f),
|
||||
yLength = ConstantFloat.of(14f),
|
||||
zLength = ConstantFloat.of(14f),
|
||||
@ -177,7 +177,7 @@ fun registerPlacedFeatures(context: BootstrapContext<PlacedFeature>) {
|
||||
x = ringularity,
|
||||
y = ringularity,
|
||||
z = ringularity,
|
||||
count = UniformInt.of(8000, 28000),
|
||||
count = UniformInt.of(8000, 16000),
|
||||
xLength = UniformFloat.of(30f, 70f),
|
||||
yLength = UniformFloat.of(40f, 90f),
|
||||
zLength = UniformFloat.of(30f, 70f),
|
||||
|
Loading…
Reference in New Issue
Block a user