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));
|
||||
|
||||
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.CINNABAR)
|
||||
.withLayerPattern(AllLayerPatterns.MAGNETITE)
|
||||
|
|
Loading…
Reference in a new issue