Update to release version of 1.16.4
This commit is contained in:
parent
234250fca2
commit
d36a61be39
3 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@ public class DataDrivenFeature {
|
|||
this(identifier, biomeSelector, Feature.ORE.configure(
|
||||
new OreFeatureConfig(ruleTest, blockState, veinSize)
|
||||
)
|
||||
.method_30377(maxY)
|
||||
.rangeOf(maxY)
|
||||
.spreadHorizontally()
|
||||
.repeat(veinCount), GenerationStep.Feature.UNDERGROUND_ORES);
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@ public class RubberTreeFeature extends TreeFeature {
|
|||
}
|
||||
|
||||
public static class FoliagePlacer extends BlobFoliagePlacer {
|
||||
public static final Codec<FoliagePlacer> CODEC = RecordCodecBuilder.create((instance) -> method_28838(instance)
|
||||
public static final Codec<FoliagePlacer> CODEC = RecordCodecBuilder.create((instance) -> createCodec(instance)
|
||||
.and(
|
||||
Codec.INT.fieldOf("spireHeight").forGetter(FoliagePlacer::getSpireHeight)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue