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 DragonTreeSaplingBlock extends PottableFeatureSapling {
public DragonTreeSaplingBlock() {
super((state) -> EndFeatures.DRAGON_TREE.getFeature());
super((state) -> EndFeatures.DRAGON_TREE);
}
@Override