Fixed pickupBlock
call
This commit is contained in:
parent
5ab2c8c34e
commit
554b1b7d6c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class MengerSpongeBlock extends BaseBlockNotFull implements RenderLayerPr
|
|||
if (fluidState.is(FluidTags.WATER)) {
|
||||
if (blockState.getBlock() instanceof BucketPickup
|
||||
&& !((BucketPickup) blockState.getBlock())
|
||||
.pickupBlock(world, blockPos2, blockState)
|
||||
.pickupBlock(null, world, blockPos2, blockState)
|
||||
.isEmpty()
|
||||
) {
|
||||
++i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue