Package forestry.core.circuits

Examples of forestry.core.circuits.ItemCircuitBoard


    OreDictionary.registerOre("gearCopper", ForestryItem.gearCopper.getItemStack());
    ForestryItem.gearTin.registerItem((new ItemForestry()), "gearTin");
    OreDictionary.registerOre("gearTin", ForestryItem.gearTin.getItemStack());

    // / CIRCUIT BOARDS
    ForestryItem.circuitboards.registerItem(new ItemCircuitBoard(), "chipsets");
    ForestryItem.solderingIron.registerItem(new ItemSolderingIron(), "solderingIron");
    ForestryItem.tubes.registerItem(new ItemOverlay(CreativeTabForestry.tabForestry,
        new OverlayInfo("ex-0", 0xffffff, 0xe3b78e), new OverlayInfo("ex-1", 0xffffff, 0xe1eef4),
        new OverlayInfo("ex-2", 0xffffff, 0xddc276), new OverlayInfo("ex-3", 0xffffff, 0xd8d8d8), new OverlayInfo("ex-4", 0xffffff, 0xffff8b),
        new OverlayInfo("ex-5", 0xffffff, 0x7bd1b8), new OverlayInfo("ex-6", 0xffffff, 0x866bc0), new OverlayInfo("ex-7", 0xfff87e, 0xd96600),
View Full Code Here

TOP

Related Classes of forestry.core.circuits.ItemCircuitBoard

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.