Fixed isValidBonemealTarget
signature
This commit is contained in:
parent
259faf62d7
commit
da6e084e20
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ public interface BonemealGrassLike extends BonemealableBlock {
|
|||
default boolean isValidBonemealTarget(
|
||||
BlockGetter blockGetter,
|
||||
BlockPos blockPos,
|
||||
BlockState blockState,
|
||||
boolean bl
|
||||
BlockState blockState
|
||||
) {
|
||||
return blockGetter.getBlockState(blockPos.above()).isAir();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue