Sapling fix (#155)
This commit is contained in:
parent
9678969d4a
commit
05d6eaf8c8
3 changed files with 28 additions and 3 deletions
|
@ -15,11 +15,11 @@ public class TenaneaSaplingBlock extends FeatureSaplingBlock {
|
|||
|
||||
@Override
|
||||
protected Feature<?> getFeature() {
|
||||
return EndFeatures.LUCERNIA.getFeature();
|
||||
return EndFeatures.TENANEA.getFeature();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canSurvive(BlockState state, LevelReader world, BlockPos pos) {
|
||||
return world.getBlockState(pos.below()).is(EndBlocks.RUTISCUS);
|
||||
return world.getBlockState(pos.below()).is(EndBlocks.PINK_MOSS);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue