Removed Dropped Features.

Implemented Spatial Storage.
Fixed bug with ME Chest saying the cell was un-readable.
This commit is contained in:
AlgorithmX2
2014-03-05 01:27:42 -06:00
parent d5182da346
commit 040e948d8e
29 changed files with 606 additions and 324 deletions
@@ -1,30 +0,0 @@
package appeng.me.cluster.implementations;
import java.util.Iterator;
import appeng.api.networking.IGridHost;
import appeng.me.cluster.IAECluster;
public class IAssemblerCluster implements IAECluster
{
@Override
public void updateStatus(boolean updateGrid)
{
// TODO Auto-generated method stub
}
@Override
public void destroy()
{
// TODO Auto-generated method stub
}
@Override
public Iterator<IGridHost> getTiles()
{
// TODO Auto-generated method stub
return null;
}
}