More compiler fixes

This commit is contained in:
Frank 2021-12-07 14:53:33 +01:00
parent 6097311ca6
commit dca9f84ccf
23 changed files with 110 additions and 106 deletions

View file

@ -15,8 +15,7 @@ public class LacugroveSaplingBlock extends PottableFeatureSapling {
}
@Override
@SuppressWarnings("deprecation")
protected Feature<?> getFeature() {
protected Feature<?> getFeature(BlockState state) {
return EndFeatures.LACUGROVE.getFeature();
}