mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
Slight tweak to Layered ore frequency
This commit is contained in:
parent
65dfc41b62
commit
62b3a0491a
@ -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 New Issue
Block a user