1.15 port

This commit is contained in:
yueh
2020-05-18 14:02:45 +02:00
parent 0ea86c939c
commit 16d6d55d7f
630 changed files with 4211 additions and 12664 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public class BlockUpdate implements IWorldCallable<Boolean>
{
if( world.isBlockLoaded( this.pos ) )
{
world.notifyNeighborsOfStateChange( this.pos, Platform.AIR_BLOCK, true );
world.notifyNeighborsOfStateChange( this.pos, Platform.AIR_BLOCK );
}
return true;