Package buildcraft.transport.schematics

Examples of buildcraft.transport.schematics.BptPipeIron


    TransportProxy.proxy.registerTileEntities();

    BuilderAPI.schematicRegistry.registerSchematicBlock(genericPipeBlock, SchematicPipe.class);

    new BptPipeIron(pipeItemsIron);
    new BptPipeIron(pipeFluidsIron);
    new BptPipeIron(pipePowerIron);

    new BptPipeWooden(pipeItemsWood);
    new BptPipeWooden(pipeFluidsWood);
    new BptPipeWooden(pipePowerWood);
    new BptPipeWooden(pipeItemsEmerald);
View Full Code Here

TOP

Related Classes of buildcraft.transport.schematics.BptPipeIron

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.