This commit is contained in:
AlgorithmX2
2014-07-17 20:26:24 -05:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -154,8 +154,8 @@ public class TileController extends AENetworkPowerTile implements IAEPowerStorag
worldObj.setBlockMetadataWithNotify( xCoord, yCoord, zCoord, meta, 2 );
}
final int sides[] = new int[] { 0 };
AppEngInternalInventory inv = new AppEngInternalInventory( this, 1 );
final int sides[] = new int[] {};
static final AppEngInternalInventory inv = new AppEngInternalInventory( null, 0 );
@Override
public IInventory getInternalInventory()
+1 -1
View File
@@ -18,7 +18,7 @@ public class TileEnergyAcceptor extends AENetworkPowerTile
{
final int sides[] = new int[] {};
AppEngInternalInventory inv = new AppEngInternalInventory( this, 0 );
final static AppEngInternalInventory inv = new AppEngInternalInventory( null, 0 );
@Override
public AECableType getCableConnectionType(ForgeDirection dir)