Updated for 1.19 release Version

This commit is contained in:
Frank 2022-06-08 00:48:14 +02:00
parent bddb5fe0d7
commit 170608fef5
64 changed files with 445 additions and 131 deletions

View file

@ -11,7 +11,7 @@ import org.betterx.betterend.registry.EndFeatures;
public class MossyGlowshroomSaplingBlock extends PottableFeatureSapling {
public MossyGlowshroomSaplingBlock() {
super(7, (state) -> EndFeatures.MOSSY_GLOWSHROOM.getFeature());
super(7, (state) -> EndFeatures.MOSSY_GLOWSHROOM);
}
@Override