Examples of BptPipeIron


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
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.