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(
|
default boolean isValidBonemealTarget(
|
||||||
BlockGetter blockGetter,
|
BlockGetter blockGetter,
|
||||||
BlockPos blockPos,
|
BlockPos blockPos,
|
||||||
BlockState blockState,
|
BlockState blockState
|
||||||
boolean bl
|
|
||||||
) {
|
) {
|
||||||
return blockGetter.getBlockState(blockPos.above()).isAir();
|
return blockGetter.getBlockState(blockPos.above()).isAir();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue