Fixed isValidBonemealTarget
signature
This commit is contained in:
parent
7f03d6597e
commit
d2fe95d6c2
10 changed files with 10 additions and 11 deletions
|
@ -57,7 +57,7 @@ public class LargeAmaranitaBlock extends EndPlantBlock implements BehaviourPlant
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean isValidBonemealTarget(LevelReader world, BlockPos pos, BlockState state, boolean isClient) {
|
||||
public boolean isValidBonemealTarget(LevelReader world, BlockPos pos, BlockState state) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue