Package forestry.core.circuits

Examples of forestry.core.circuits.ItemSolderingIron


    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),
        new OverlayInfo("ex-8", 0xffffff, 0x444444), new OverlayInfo("ex-9", 0xffffff, 0xbfffdd), new OverlayInfo("ex-10", 0xffffff, 0x68ccee),
View Full Code Here

TOP

Related Classes of forestry.core.circuits.ItemSolderingIron

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.