Moved Facade Registration to Init.
Removed Urainum Drop Ammo. Storage Cells can now be dismantled and re-assembled. Removed IC2 P2P Logging.
This commit is contained in:
@@ -9,7 +9,6 @@ import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraft.util.IIcon;
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
import appeng.api.config.TunnelType;
|
||||
import appeng.core.AELog;
|
||||
import appeng.me.GridAccessException;
|
||||
import appeng.me.cache.helpers.TunnelCollection;
|
||||
import appeng.util.Platform;
|
||||
@@ -108,7 +107,6 @@ public class PartP2PIC2Power extends PartP2PTunnel<PartP2PIC2Power> implements i
|
||||
@Override
|
||||
public double injectEnergyUnits(ForgeDirection directionFrom, double amount)
|
||||
{
|
||||
AELog.info( "INJECT: " + amount );
|
||||
TunnelCollection<PartP2PIC2Power> outs;
|
||||
try
|
||||
{
|
||||
@@ -148,7 +146,6 @@ public class PartP2PIC2Power extends PartP2PTunnel<PartP2PIC2Power> implements i
|
||||
@Override
|
||||
public double getOfferedEnergy()
|
||||
{
|
||||
AELog.info( "getOfferedEnergy: " + OutputPacket );
|
||||
if ( output )
|
||||
return OutputPacket;
|
||||
return 0;
|
||||
@@ -157,7 +154,6 @@ public class PartP2PIC2Power extends PartP2PTunnel<PartP2PIC2Power> implements i
|
||||
@Override
|
||||
public void drawEnergy(double amount)
|
||||
{
|
||||
AELog.info( "drawEnergy: " + amount );
|
||||
OutputPacket -= amount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user