Bugfixes, cleanup / Created stub processor class
This commit is contained in:
@@ -497,6 +497,10 @@ public class Tile implements Position{
|
||||
other.entity = null;
|
||||
}
|
||||
other.block = Blocks.air;
|
||||
|
||||
//manually call changed event
|
||||
other.updateOcclusion();
|
||||
world.notifyChanged(other);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user