Port to 1.11
This commit is contained in:
@@ -37,7 +37,7 @@ public class BlockUpdate implements IWorldCallable<Boolean>
|
||||
{
|
||||
if( world.isBlockLoaded( this.pos ) )
|
||||
{
|
||||
world.notifyNeighborsOfStateChange( this.pos, Platform.AIR_BLOCK );
|
||||
world.notifyNeighborsOfStateChange( this.pos, Platform.AIR_BLOCK, true );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user