Examples of BCPipeHandler


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
Copyright © 2018 www.massapi.com. 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.