Examples of PipeLogicAdvancedWood


Examples of net.minecraft.src.buildcraft.additionalpipes.logic.PipeLogicAdvancedWood

    private int baseTexture = mod_AdditionalPipes.DEFUALT_ADVANCEDWOOD_TEXTURE;
    private int plainTexture = mod_AdditionalPipes.DEFUALT_ADVANCEDWOOD_TEXTURE_CLOSED;

    public PipeItemsAdvancedWood(int itemID) {
     
        super(new PipeTransportItems(), new PipeLogicAdvancedWood(), itemID);

        powerProvider = PowerFramework.currentFramework.createPowerProvider();
        powerProvider.configure(50, 1, 64, 1, 64);
        powerProvider.configurePowerPerdition(64, 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.