Examples of ItemMachineUpgrade


Examples of mekanism.common.item.ItemMachineUpgrade

    CompressedRedstone = new ItemMekanism().setUnlocalizedName("CompressedRedstone");
    CompressedDiamond = new ItemMekanism().setUnlocalizedName("CompressedDiamond");
    CompressedObsidian = new ItemMekanism().setUnlocalizedName("CompressedObsidian");
    TeleportationCore = new ItemMekanism().setUnlocalizedName("TeleportationCore");
    ElectrolyticCore = new ItemMekanism().setUnlocalizedName("ElectrolyticCore");
    SpeedUpgrade = new ItemMachineUpgrade().setUnlocalizedName("SpeedUpgrade");
    EnergyUpgrade = new ItemMachineUpgrade().setUnlocalizedName("EnergyUpgrade");
    EnergyTablet = (ItemEnergized)new ItemEnergized(1000000).setUnlocalizedName("EnergyTablet");
    Dictionary = new ItemDictionary().setUnlocalizedName("Dictionary");
    FilterCard = new ItemFilterCard().setUnlocalizedName("FilterCard");
    ElectricBow = (ItemElectricBow)new ItemElectricBow().setUnlocalizedName("ElectricBow");
    PortableTeleporter = new ItemPortableTeleporter().setUnlocalizedName("PortableTeleporter");
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.