Tile Saving

This commit is contained in:
AlgorithmX2
2014-01-30 18:50:11 -06:00
parent 08e232ec63
commit ac365b28c6
7 changed files with 31 additions and 2 deletions
+6
View File
@@ -340,4 +340,10 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile
worldObj.destroyBlock( xCoord, yCoord, zCoord, true );
dropItems = false;
}
public void saveChanges()
{
super.onInventoryChanged();
}
}