API Synced or Spatial, also one last change with grinder.

This commit is contained in:
AlgorithmX2
2014-07-20 01:51:51 -05:00
parent fdc263702e
commit 1a1025b8c9
6 changed files with 64 additions and 1 deletions
+2
View File
@@ -6,6 +6,7 @@ import java.util.concurrent.TimeUnit;
import appeng.api.config.TunnelType;
import appeng.core.api.IIMCHandler;
import appeng.core.api.imc.IMCBlackListSpatial;
import appeng.core.api.imc.IMCGrinder;
import appeng.core.api.imc.IMCMatterCannon;
import appeng.core.api.imc.IMCP2PAttunement;
@@ -71,6 +72,7 @@ public class AppEng
public AppEng() {
instance = this;
IMCHandlers.put( "blacklist-block-spatial", new IMCBlackListSpatial() );
IMCHandlers.put( "whitelist-spatial", new IMCSpatial() );
IMCHandlers.put( "add-grindable", new IMCGrinder() );
IMCHandlers.put( "add-mattercannon-ammo", new IMCMatterCannon() );