mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 03:53:12 +01:00
Slight tweak to Layered ore frequency
This commit is contained in:
parent
65dfc41b62
commit
62b3a0491a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class AllWorldFeatures {
|
||||||
.withBlocks(Couple.create(AllBlocks.ZINC_ORE, AllBlocks.DEEPSLATE_ZINC_ORE));
|
.withBlocks(Couple.create(AllBlocks.ZINC_ORE, AllBlocks.DEEPSLATE_ZINC_ORE));
|
||||||
|
|
||||||
public static final ConfigDrivenFeatureEntry STRIATED_ORES_OVERWORLD =
|
public static final ConfigDrivenFeatureEntry STRIATED_ORES_OVERWORLD =
|
||||||
register("striated_ores_overworld", 32, 1 / 9f, OVERWORLD_BIOMES).between(-63, 70)
|
register("striated_ores_overworld", 32, 1 / 12f, OVERWORLD_BIOMES).between(-30, 70)
|
||||||
.withLayerPattern(AllLayerPatterns.SCORIA)
|
.withLayerPattern(AllLayerPatterns.SCORIA)
|
||||||
.withLayerPattern(AllLayerPatterns.CINNABAR)
|
.withLayerPattern(AllLayerPatterns.CINNABAR)
|
||||||
.withLayerPattern(AllLayerPatterns.MAGNETITE)
|
.withLayerPattern(AllLayerPatterns.MAGNETITE)
|
||||||
|
|
Loading…
Reference in a new issue