Readded solid static ore gen.
This commit is contained in:
parent
28aff1da1c
commit
f244f2d4cf
1 changed files with 4 additions and 6 deletions
|
@ -106,12 +106,10 @@ public final class ModBiomes {
|
|||
GenerationStep.Feature.SURFACE_STRUCTURES,
|
||||
ModFeatures.LIMBO_GATEWAY_CONFIGURED_FEATURE
|
||||
)
|
||||
// .feature(
|
||||
// GenerationStep.Feature.UNDERGROUND_ORES,
|
||||
// ModFeatures.SOLID_STATIC_ORE
|
||||
// )
|
||||
// .feature(GenerationStep.Feature.UNDERGROUND_ORES,
|
||||
// ModFeatures.DECAYED_BLOCK_ORE)
|
||||
.feature(
|
||||
GenerationStep.Feature.UNDERGROUND_ORES,
|
||||
ModFeatures.SOLID_STATIC_ORE
|
||||
)
|
||||
.surfaceBuilder(
|
||||
SurfaceBuilder.DEFAULT.withConfig(
|
||||
new TernarySurfaceConfig(
|
||||
|
|
Loading…
Reference in a new issue