Update to release version of 1.16.4

This commit is contained in:
drcrazy 2020-11-05 14:31:28 +03:00
parent 234250fca2
commit d36a61be39
3 changed files with 7 additions and 7 deletions

View file

@ -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);
}

View file

@ -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)
)