Package appeng.integration.modules.BCHelpers

Examples of appeng.integration.modules.BCHelpers.BCPipeHandler


  @Override
  public void Init()
  {
    AEApi.instance().partHelper().registerNewLayer( "appeng.parts.layers.LayerIPipeConnection", "buildcraft.api.transport.IPipeConnection" );
    AEApi.instance().registries().externalStorage().addExternalStorageInterface( new BCPipeHandler() );

    Blocks b = AEApi.instance().blocks();
    addFacade( b.blockFluix.stack( 1 ) );
    addFacade( b.blockQuartz.stack( 1 ) );
    addFacade( b.blockQuartzChiseled.stack( 1 ) );
View Full Code Here

TOP

Related Classes of appeng.integration.modules.BCHelpers.BCPipeHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.