This commit is contained in:
AlgorithmX2 2014-07-07 23:11:04 -05:00
commit 8b3bba96b3
2 changed files with 2 additions and 5 deletions

View file

@ -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>
{

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()