Prevent a number of AE2 blocks from reloading a chunk while its unloading.

This commit is contained in:
AlgorithmX2
2014-08-21 22:45:56 -05:00
parent 9510a84c56
commit 53a78fc950
4 changed files with 12 additions and 1 deletions
+5
View File
@@ -48,6 +48,11 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
public int renderFragment = 0;
public String customName;
public boolean notLoaded()
{
return !worldObj.blockExists( xCoord, yCoord, zCoord );
}
public TileEntity getTile()
{
return this;