Fixed isValidBonemealTarget
signature
This commit is contained in:
parent
7f03d6597e
commit
d2fe95d6c2
10 changed files with 10 additions and 11 deletions
|
@ -41,7 +41,7 @@ public class BoluxMushroomBlock extends EndPlantBlock implements SurvivesOnRutis
|
|||
|
||||
|
||||
@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