Examples of PipeLogicGold


Examples of net.minecraft.src.buildcraft.transport.PipeLogicGold

public class PipeLiquidsRedstone extends Pipe implements IPipeProvideRedstonePowerHook {
    private @TileNetworkData int nextTexture = mod_AdditionalPipes.DEFUALT_RedStoneLiquid_TEXTURE;
    public @TileNetworkData boolean isPowering = false;
    public PipeLiquidsRedstone(int itemID) {
        super(new PipeTransportLiquids(), new PipeLogicGold(), itemID);

        ((PipeTransportLiquids) transport).flowRate = 80;
        ((PipeTransportLiquids) transport).travelDelay = 2;
    }
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.