This commit is contained in:
AlgorithmX2
2014-07-07 23:11:04 -05:00
2 changed files with 2 additions and 5 deletions
@@ -1,7 +1,5 @@
package appeng.container.implementations;
import invtweaks.api.container.IgnoreContainer;
import java.io.IOException;
import java.nio.BufferOverflowException;
@@ -47,7 +45,6 @@ import appeng.util.ConfigManager;
import appeng.util.IConfigManagerHost;
import appeng.util.Platform;
@IgnoreContainer
public class ContainerMEMonitorable extends AEBaseContainer implements IConfigManagerHost, IConfigureableObject, IMEMonitorHandlerReceiver<IAEItemStack>
{
+2 -2
View File
@@ -40,10 +40,10 @@ public class Grid implements IGrid
caches.put( c, new GridCacheWrapper( myCaches.get( c ) ) );
}
postEvent( new MENetworkPostCacheConstruction() );
TickHandler.instance.addNetwork( this );
center.setGrid( this );
postEvent( new MENetworkPostCacheConstruction() );
}
public Set<Class<? extends IGridHost>> getMachineClasses()