Package mekanism.common.item

Examples of mekanism.common.item.ItemControlCircuit


    //Declarations
    PartTransmitter = new ItemPartTransmitter().setUnlocalizedName("MultipartTransmitter");
    EnrichedAlloy = new ItemMekanism().setUnlocalizedName("EnrichedAlloy");
    ReinforcedAlloy = new ItemMekanism().setUnlocalizedName("ReinforcedAlloy");
    AtomicAlloy = new ItemMekanism().setUnlocalizedName("AtomicAlloy");
    ControlCircuit = new ItemControlCircuit();
    EnrichedIron = new ItemMekanism().setUnlocalizedName("EnrichedIron");
    CompressedCarbon = new ItemMekanism().setUnlocalizedName("CompressedCarbon");
    CompressedRedstone = new ItemMekanism().setUnlocalizedName("CompressedRedstone");
    CompressedDiamond = new ItemMekanism().setUnlocalizedName("CompressedDiamond");
    CompressedObsidian = new ItemMekanism().setUnlocalizedName("CompressedObsidian");
View Full Code Here

TOP

Related Classes of mekanism.common.item.ItemControlCircuit

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.