Fixed Incompatibility with FMP.

This commit is contained in:
AlgorithmX2
2014-01-28 21:10:23 -06:00
parent 699e82a889
commit da5f8c4ad4
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public class FMP implements IIntegrationModule, IPartFactory, IPartConverter, IF
MultiPartRegistry.registerConverter( this );
MultiPartRegistry.registerParts( this, data );
MinecraftForge.EVENT_BUS.register( new FMPEvent() );
// MultipartGenerator.registerPassThroughInterface( "appeng.helpers.AEMultiTile" );
MultipartGenerator.registerPassThroughInterface( "appeng.helpers.AEMultiTile" );
}
@Override