Reformatted all the code using the default intelji formatting options.
This commit is contained in:
parent
2f63a24070
commit
e0ab0af822
363 changed files with 20524 additions and 23016 deletions
|
@ -7,46 +7,13 @@ import net.minecraft.init.Blocks;
|
|||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraftforge.oredict.OreDictionary;
|
||||
import techreborn.blocks.*;
|
||||
import techreborn.blocks.generator.BlockDieselGenerator;
|
||||
import techreborn.blocks.generator.BlockDragonEggSiphoner;
|
||||
import techreborn.blocks.generator.BlockGasTurbine;
|
||||
import techreborn.blocks.generator.BlockHeatGenerator;
|
||||
import techreborn.blocks.generator.BlockLightningRod;
|
||||
import techreborn.blocks.generator.BlockMagicEnergyAbsorber;
|
||||
import techreborn.blocks.generator.BlockMagicEnergyConverter;
|
||||
import techreborn.blocks.generator.BlockPlasmaGenerator;
|
||||
import techreborn.blocks.generator.BlockSemiFluidGenerator;
|
||||
import techreborn.blocks.generator.BlockThermalGenerator;
|
||||
import techreborn.blocks.machine.BlockAlloyFurnace;
|
||||
import techreborn.blocks.machine.BlockAlloySmelter;
|
||||
import techreborn.blocks.machine.BlockAssemblingMachine;
|
||||
import techreborn.blocks.machine.BlockBlastFurnace;
|
||||
import techreborn.blocks.machine.BlockCentrifuge;
|
||||
import techreborn.blocks.machine.BlockChargeBench;
|
||||
import techreborn.blocks.machine.BlockChemicalReactor;
|
||||
import techreborn.blocks.machine.BlockDistillationTower;
|
||||
import techreborn.blocks.machine.BlockGrinder;
|
||||
import techreborn.blocks.machine.BlockImplosionCompressor;
|
||||
import techreborn.blocks.machine.BlockIndustrialElectrolyzer;
|
||||
import techreborn.blocks.machine.BlockIndustrialSawmill;
|
||||
import techreborn.blocks.machine.BlockLathe;
|
||||
import techreborn.blocks.machine.BlockMatterFabricator;
|
||||
import techreborn.blocks.machine.BlockPlateCuttingMachine;
|
||||
import techreborn.blocks.machine.BlockRollingMachine;
|
||||
import techreborn.blocks.machine.BlockVacuumFreezer;
|
||||
import techreborn.blocks.generator.*;
|
||||
import techreborn.blocks.machine.*;
|
||||
import techreborn.blocks.storage.BlockAesu;
|
||||
import techreborn.blocks.storage.BlockIDSU;
|
||||
import techreborn.blocks.storage.BlockLesu;
|
||||
import techreborn.blocks.storage.BlockLesuStorage;
|
||||
import techreborn.itemblocks.ItemBlockAesu;
|
||||
import techreborn.itemblocks.ItemBlockDigitalChest;
|
||||
import techreborn.itemblocks.ItemBlockMachineCasing;
|
||||
import techreborn.itemblocks.ItemBlockMachineFrame;
|
||||
import techreborn.itemblocks.ItemBlockOre;
|
||||
import techreborn.itemblocks.ItemBlockQuantumChest;
|
||||
import techreborn.itemblocks.ItemBlockQuantumTank;
|
||||
import techreborn.itemblocks.ItemBlockStorage;
|
||||
import techreborn.itemblocks.ItemBlockStorage2;
|
||||
import techreborn.itemblocks.*;
|
||||
import techreborn.tiles.*;
|
||||
import techreborn.tiles.idsu.TileIDSU;
|
||||
import techreborn.tiles.lesu.TileLesu;
|
||||
|
@ -55,292 +22,292 @@ import techreborn.util.LogHelper;
|
|||
|
||||
public class ModBlocks {
|
||||
|
||||
public static Block thermalGenerator;
|
||||
public static Block quantumTank;
|
||||
public static Block quantumChest;
|
||||
public static Block digitalChest;
|
||||
public static Block centrifuge;
|
||||
public static Block RollingMachine;
|
||||
public static Block MachineCasing;
|
||||
public static Block BlastFurnace;
|
||||
public static Block AlloySmelter;
|
||||
public static Block Grinder;
|
||||
public static Block ImplosionCompressor;
|
||||
public static Block MatterFabricator;
|
||||
public static Block ChunkLoader;
|
||||
public static Block HighAdvancedMachineBlock;
|
||||
public static Block Dragoneggenergysiphoner;
|
||||
public static Block Magicenergeyconverter;
|
||||
public static Block AssemblyMachine;
|
||||
public static Block DieselGenerator;
|
||||
public static Block IndustrialElectrolyzer;
|
||||
public static Block MagicalAbsorber;
|
||||
public static Block Semifluidgenerator;
|
||||
public static Block Gasturbine;
|
||||
public static Block AlloyFurnace;
|
||||
public static Block ChemicalReactor;
|
||||
public static Block lathe;
|
||||
public static Block platecuttingmachine;
|
||||
public static Block Idsu;
|
||||
public static Block Aesu;
|
||||
public static Block Lesu;
|
||||
public static Block Supercondensator;
|
||||
public static Block Woodenshelf;
|
||||
public static Block Metalshelf;
|
||||
public static Block LesuStorage;
|
||||
public static Block Distillationtower;
|
||||
public static Block ElectricCraftingTable;
|
||||
public static Block VacuumFreezer;
|
||||
public static Block PlasmaGenerator;
|
||||
public static Block FusionControlComputer;
|
||||
public static Block ComputerCube;
|
||||
public static Block FusionCoil;
|
||||
public static Block LightningRod;
|
||||
public static Block heatGenerator;
|
||||
public static Block industrialSawmill;
|
||||
public static Block chargeBench;
|
||||
public static Block thermalGenerator;
|
||||
public static Block quantumTank;
|
||||
public static Block quantumChest;
|
||||
public static Block digitalChest;
|
||||
public static Block centrifuge;
|
||||
public static Block RollingMachine;
|
||||
public static Block MachineCasing;
|
||||
public static Block BlastFurnace;
|
||||
public static Block AlloySmelter;
|
||||
public static Block Grinder;
|
||||
public static Block ImplosionCompressor;
|
||||
public static Block MatterFabricator;
|
||||
public static Block ChunkLoader;
|
||||
public static Block HighAdvancedMachineBlock;
|
||||
public static Block Dragoneggenergysiphoner;
|
||||
public static Block Magicenergeyconverter;
|
||||
public static Block AssemblyMachine;
|
||||
public static Block DieselGenerator;
|
||||
public static Block IndustrialElectrolyzer;
|
||||
public static Block MagicalAbsorber;
|
||||
public static Block Semifluidgenerator;
|
||||
public static Block Gasturbine;
|
||||
public static Block AlloyFurnace;
|
||||
public static Block ChemicalReactor;
|
||||
public static Block lathe;
|
||||
public static Block platecuttingmachine;
|
||||
public static Block Idsu;
|
||||
public static Block Aesu;
|
||||
public static Block Lesu;
|
||||
public static Block Supercondensator;
|
||||
public static Block Woodenshelf;
|
||||
public static Block Metalshelf;
|
||||
public static Block LesuStorage;
|
||||
public static Block Distillationtower;
|
||||
public static Block ElectricCraftingTable;
|
||||
public static Block VacuumFreezer;
|
||||
public static Block PlasmaGenerator;
|
||||
public static Block FusionControlComputer;
|
||||
public static Block ComputerCube;
|
||||
public static Block FusionCoil;
|
||||
public static Block LightningRod;
|
||||
public static Block heatGenerator;
|
||||
public static Block industrialSawmill;
|
||||
public static Block chargeBench;
|
||||
public static Block farm;
|
||||
|
||||
public static Block ore;
|
||||
public static Block storage;
|
||||
|
||||
public static Block ore;
|
||||
public static Block storage;
|
||||
public static Block storage2;
|
||||
public static Block machineframe;
|
||||
public static Block machineframe;
|
||||
|
||||
public static void init(){
|
||||
thermalGenerator = new BlockThermalGenerator();
|
||||
GameRegistry.registerBlock(thermalGenerator, "techreborn.thermalGenerator");
|
||||
GameRegistry.registerTileEntity(TileThermalGenerator.class, "TileThermalGeneratorTR");
|
||||
public static void init() {
|
||||
thermalGenerator = new BlockThermalGenerator();
|
||||
GameRegistry.registerBlock(thermalGenerator, "techreborn.thermalGenerator");
|
||||
GameRegistry.registerTileEntity(TileThermalGenerator.class, "TileThermalGeneratorTR");
|
||||
|
||||
quantumTank = new BlockQuantumTank();
|
||||
GameRegistry.registerBlock(quantumTank, ItemBlockQuantumTank.class, "techreborn.quantumTank");
|
||||
GameRegistry.registerTileEntity(TileQuantumTank.class, "TileQuantumTankTR");
|
||||
quantumTank = new BlockQuantumTank();
|
||||
GameRegistry.registerBlock(quantumTank, ItemBlockQuantumTank.class, "techreborn.quantumTank");
|
||||
GameRegistry.registerTileEntity(TileQuantumTank.class, "TileQuantumTankTR");
|
||||
|
||||
quantumChest = new BlockQuantumChest();
|
||||
GameRegistry.registerBlock(quantumChest, ItemBlockQuantumChest.class, "techreborn.quantumChest");
|
||||
GameRegistry.registerTileEntity(TileQuantumChest.class, "TileQuantumChestTR");
|
||||
|
||||
digitalChest = new BlockDigitalChest();
|
||||
GameRegistry.registerBlock(digitalChest, ItemBlockDigitalChest.class, "techreborn.digitalChest");
|
||||
GameRegistry.registerTileEntity(TileDigitalChest.class, "TileDigitalChestTR");
|
||||
quantumChest = new BlockQuantumChest();
|
||||
GameRegistry.registerBlock(quantumChest, ItemBlockQuantumChest.class, "techreborn.quantumChest");
|
||||
GameRegistry.registerTileEntity(TileQuantumChest.class, "TileQuantumChestTR");
|
||||
|
||||
centrifuge = new BlockCentrifuge();
|
||||
GameRegistry.registerBlock(centrifuge, "techreborn.centrifuge");
|
||||
GameRegistry.registerTileEntity(TileCentrifuge.class, "TileCentrifugeTR");
|
||||
digitalChest = new BlockDigitalChest();
|
||||
GameRegistry.registerBlock(digitalChest, ItemBlockDigitalChest.class, "techreborn.digitalChest");
|
||||
GameRegistry.registerTileEntity(TileDigitalChest.class, "TileDigitalChestTR");
|
||||
|
||||
RollingMachine = new BlockRollingMachine(Material.rock);
|
||||
GameRegistry.registerBlock(RollingMachine, "rollingmachine");
|
||||
GameRegistry.registerTileEntity(TileRollingMachine.class, "TileRollingMachineTR");
|
||||
centrifuge = new BlockCentrifuge();
|
||||
GameRegistry.registerBlock(centrifuge, "techreborn.centrifuge");
|
||||
GameRegistry.registerTileEntity(TileCentrifuge.class, "TileCentrifugeTR");
|
||||
|
||||
BlastFurnace = new BlockBlastFurnace(Material.rock);
|
||||
GameRegistry.registerBlock(BlastFurnace, "blastFurnace");
|
||||
GameRegistry.registerTileEntity(TileBlastFurnace.class, "TileBlastFurnaceTR");
|
||||
|
||||
AlloySmelter = new BlockAlloySmelter(Material.rock);
|
||||
GameRegistry.registerBlock(AlloySmelter, "alloySmelter");
|
||||
GameRegistry.registerTileEntity(TileAlloySmelter.class, "TileAlloySmalterTR");
|
||||
|
||||
Grinder = new BlockGrinder(Material.rock);
|
||||
GameRegistry.registerBlock(Grinder, "grinder");
|
||||
GameRegistry.registerTileEntity(TileGrinder.class, "TileGrinderTR");
|
||||
|
||||
ImplosionCompressor = new BlockImplosionCompressor(Material.rock);
|
||||
GameRegistry.registerBlock(ImplosionCompressor, "implosioncompressor");
|
||||
GameRegistry.registerTileEntity(TileImplosionCompressor.class, "TileImplosionCompressorTR");
|
||||
|
||||
MatterFabricator = new BlockMatterFabricator(Material.rock);
|
||||
GameRegistry.registerBlock(MatterFabricator, "matterfabricator");
|
||||
GameRegistry.registerTileEntity(TileMatterFabricator.class, "TileMatterFabricatorTR");
|
||||
|
||||
ChunkLoader = new BlockChunkLoader(Material.rock);
|
||||
GameRegistry.registerBlock(ChunkLoader, "chunkloader");
|
||||
GameRegistry.registerTileEntity(TileChunkLoader.class, "TileChunkLoaderTR");
|
||||
|
||||
chargeBench = new BlockChargeBench(Material.rock);
|
||||
GameRegistry.registerBlock(chargeBench, "chargebench");
|
||||
GameRegistry.registerTileEntity(TileChargeBench.class, "TileChargeBench");
|
||||
RollingMachine = new BlockRollingMachine(Material.rock);
|
||||
GameRegistry.registerBlock(RollingMachine, "rollingmachine");
|
||||
GameRegistry.registerTileEntity(TileRollingMachine.class, "TileRollingMachineTR");
|
||||
|
||||
MachineCasing = new BlockMachineCasing(Material.rock);
|
||||
GameRegistry.registerBlock(MachineCasing, ItemBlockMachineCasing.class, "machinecasing");
|
||||
GameRegistry.registerTileEntity(TileMachineCasing.class, "TileMachineCasingTR");
|
||||
BlastFurnace = new BlockBlastFurnace(Material.rock);
|
||||
GameRegistry.registerBlock(BlastFurnace, "blastFurnace");
|
||||
GameRegistry.registerTileEntity(TileBlastFurnace.class, "TileBlastFurnaceTR");
|
||||
|
||||
ore = new BlockOre(Material.rock);
|
||||
GameRegistry.registerBlock(ore, ItemBlockOre.class, "techreborn.ore");
|
||||
AlloySmelter = new BlockAlloySmelter(Material.rock);
|
||||
GameRegistry.registerBlock(AlloySmelter, "alloySmelter");
|
||||
GameRegistry.registerTileEntity(TileAlloySmelter.class, "TileAlloySmalterTR");
|
||||
|
||||
storage = new BlockStorage(Material.iron);
|
||||
GameRegistry.registerBlock(storage, ItemBlockStorage.class, "techreborn.storage");
|
||||
Grinder = new BlockGrinder(Material.rock);
|
||||
GameRegistry.registerBlock(Grinder, "grinder");
|
||||
GameRegistry.registerTileEntity(TileGrinder.class, "TileGrinderTR");
|
||||
|
||||
ImplosionCompressor = new BlockImplosionCompressor(Material.rock);
|
||||
GameRegistry.registerBlock(ImplosionCompressor, "implosioncompressor");
|
||||
GameRegistry.registerTileEntity(TileImplosionCompressor.class, "TileImplosionCompressorTR");
|
||||
|
||||
MatterFabricator = new BlockMatterFabricator(Material.rock);
|
||||
GameRegistry.registerBlock(MatterFabricator, "matterfabricator");
|
||||
GameRegistry.registerTileEntity(TileMatterFabricator.class, "TileMatterFabricatorTR");
|
||||
|
||||
ChunkLoader = new BlockChunkLoader(Material.rock);
|
||||
GameRegistry.registerBlock(ChunkLoader, "chunkloader");
|
||||
GameRegistry.registerTileEntity(TileChunkLoader.class, "TileChunkLoaderTR");
|
||||
|
||||
chargeBench = new BlockChargeBench(Material.rock);
|
||||
GameRegistry.registerBlock(chargeBench, "chargebench");
|
||||
GameRegistry.registerTileEntity(TileChargeBench.class, "TileChargeBench");
|
||||
|
||||
MachineCasing = new BlockMachineCasing(Material.rock);
|
||||
GameRegistry.registerBlock(MachineCasing, ItemBlockMachineCasing.class, "machinecasing");
|
||||
GameRegistry.registerTileEntity(TileMachineCasing.class, "TileMachineCasingTR");
|
||||
|
||||
ore = new BlockOre(Material.rock);
|
||||
GameRegistry.registerBlock(ore, ItemBlockOre.class, "techreborn.ore");
|
||||
|
||||
storage = new BlockStorage(Material.iron);
|
||||
GameRegistry.registerBlock(storage, ItemBlockStorage.class, "techreborn.storage");
|
||||
|
||||
storage2 = new BlockStorage2(Material.iron);
|
||||
GameRegistry.registerBlock(storage2, ItemBlockStorage2.class, "techreborn.storage2");
|
||||
|
||||
HighAdvancedMachineBlock = new BlockHighlyAdvancedMachine(Material.rock);
|
||||
GameRegistry.registerBlock(HighAdvancedMachineBlock, "highlyadvancedmachine");
|
||||
|
||||
Dragoneggenergysiphoner = new BlockDragonEggSiphoner(Material.rock);
|
||||
GameRegistry.registerBlock(Dragoneggenergysiphoner, "dragoneggenergsiphon");
|
||||
GameRegistry.registerTileEntity(TileDragonEggSiphoner.class, "TileDragonEggSiphonerTR");
|
||||
|
||||
Magicenergeyconverter = new BlockMagicEnergyConverter(Material.rock);
|
||||
GameRegistry.registerBlock(Magicenergeyconverter, "magicenergyconverter");
|
||||
|
||||
AssemblyMachine = new BlockAssemblingMachine(Material.rock);
|
||||
GameRegistry.registerBlock(AssemblyMachine, "assemblymachine");
|
||||
GameRegistry.registerTileEntity(TileAssemblingMachine.class, "TileAssemblyMachineTR");
|
||||
|
||||
DieselGenerator = new BlockDieselGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(DieselGenerator, "dieselgenerator");
|
||||
GameRegistry.registerTileEntity(TileDieselGenerator.class, "TileDieselGeneratorTR");
|
||||
|
||||
IndustrialElectrolyzer = new BlockIndustrialElectrolyzer(Material.rock);
|
||||
GameRegistry.registerBlock(IndustrialElectrolyzer, "industrialelectrolyzer");
|
||||
GameRegistry.registerTileEntity(TileIndustrialElectrolyzer.class, "TileIndustrialElectrolyzerTR");
|
||||
|
||||
MagicalAbsorber = new BlockMagicEnergyAbsorber(Material.rock);
|
||||
GameRegistry.registerBlock(MagicalAbsorber, "magicrnergyabsorber");
|
||||
|
||||
Semifluidgenerator = new BlockSemiFluidGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(Semifluidgenerator, "semifluidgenerator");
|
||||
GameRegistry.registerTileEntity(TileSemifluidGenerator.class, "TileSemifluidGeneratorTR");
|
||||
|
||||
Gasturbine = new BlockGasTurbine(Material.rock);
|
||||
GameRegistry.registerBlock(Gasturbine, "gasturbine");
|
||||
GameRegistry.registerTileEntity(TileGasTurbine.class, "TileGassTurbineTR");
|
||||
|
||||
AlloyFurnace = new BlockAlloyFurnace(Material.rock);
|
||||
GameRegistry.registerBlock(AlloyFurnace, "alloyfurnace");
|
||||
GameRegistry.registerTileEntity(TileAlloyFurnace.class, "TileAlloyFurnaceTR");
|
||||
|
||||
ChemicalReactor = new BlockChemicalReactor(Material.rock);
|
||||
GameRegistry.registerBlock(ChemicalReactor, "chemicalreactor");
|
||||
GameRegistry.registerTileEntity(TileChemicalReactor.class, "TileChemicalReactorTR");
|
||||
|
||||
lathe = new BlockLathe(Material.rock);
|
||||
GameRegistry.registerBlock(lathe, "lathe");
|
||||
GameRegistry.registerTileEntity(TileLathe.class, "TileLathe");
|
||||
|
||||
platecuttingmachine = new BlockPlateCuttingMachine(Material.rock);
|
||||
GameRegistry.registerBlock(platecuttingmachine, "platecuttingmachine");
|
||||
GameRegistry.registerTileEntity(TilePlateCuttingMachine.class, "TilePlateCuttingMachineTR");
|
||||
|
||||
Idsu = new BlockIDSU(Material.rock);
|
||||
GameRegistry.registerBlock(Idsu, "idsu");
|
||||
GameRegistry.registerTileEntity(TileIDSU.class, "TileIDSUTR");
|
||||
|
||||
Aesu = new BlockAesu(Material.rock);
|
||||
GameRegistry.registerBlock(Aesu, ItemBlockAesu.class, "aesu");
|
||||
GameRegistry.registerTileEntity(TileAesu.class, "TileAesuTR");
|
||||
|
||||
Lesu = new BlockLesu(Material.rock);
|
||||
GameRegistry.registerBlock(Lesu, "lesu");
|
||||
GameRegistry.registerTileEntity(TileLesu.class, "TileLesuTR");
|
||||
|
||||
Supercondensator = new BlockSupercondensator(Material.rock);
|
||||
GameRegistry.registerBlock(Supercondensator, "supercondensator");
|
||||
|
||||
Woodenshelf = new BlockWoodenshelf(Material.wood);
|
||||
GameRegistry.registerBlock(Woodenshelf, "woodenshelf");
|
||||
|
||||
Metalshelf = new BlockMetalShelf(Material.rock);
|
||||
GameRegistry.registerBlock(Metalshelf, "metalshelf");
|
||||
GameRegistry.registerTileEntity(TileMetalShelf.class, "TileMetalShelf");
|
||||
|
||||
LesuStorage = new BlockLesuStorage(Material.rock);
|
||||
GameRegistry.registerBlock(LesuStorage, "lesustorage");
|
||||
GameRegistry.registerTileEntity(TileLesuStorage.class, "TileLesuStorageTR");
|
||||
|
||||
Distillationtower = new BlockDistillationTower(Material.rock);
|
||||
GameRegistry.registerBlock(Distillationtower, "distillationtower");
|
||||
|
||||
ElectricCraftingTable = new BlockElectricCraftingTable(Material.rock);
|
||||
GameRegistry.registerBlock(ElectricCraftingTable, "electriccraftingtable");
|
||||
|
||||
VacuumFreezer = new BlockVacuumFreezer(Material.rock);
|
||||
GameRegistry.registerBlock(VacuumFreezer, "vacuumfreezer");
|
||||
|
||||
PlasmaGenerator = new BlockPlasmaGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(PlasmaGenerator, "plasmagenerator");
|
||||
|
||||
ComputerCube = new BlockComputerCube(Material.rock);
|
||||
GameRegistry.registerBlock(ComputerCube, "computercube");
|
||||
|
||||
FusionControlComputer = new BlockFusionControlComputer(Material.rock);
|
||||
GameRegistry.registerBlock(FusionControlComputer, "fusioncontrolcomputer");
|
||||
|
||||
FusionCoil = new BlockFusionCoil(Material.rock);
|
||||
GameRegistry.registerBlock(FusionCoil, "fusioncoil");
|
||||
|
||||
LightningRod = new BlockLightningRod(Material.rock);
|
||||
GameRegistry.registerBlock(LightningRod, "lightningrod");
|
||||
|
||||
heatGenerator = new BlockHeatGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(heatGenerator, "heatgenerator");
|
||||
GameRegistry.registerTileEntity(TileHeatGenerator.class, "TileHeatGeneratorTR");
|
||||
|
||||
industrialSawmill = new BlockIndustrialSawmill(Material.rock);
|
||||
GameRegistry.registerBlock(industrialSawmill, "industrialSawmill");
|
||||
GameRegistry.registerTileEntity(TileIndustrialSawmill.class, "TileIndustrialSawmillTR");
|
||||
|
||||
machineframe = new BlockMachineFrame(Material.iron);
|
||||
GameRegistry.registerBlock(machineframe, ItemBlockMachineFrame.class, "techreborn.machineFrame");
|
||||
HighAdvancedMachineBlock = new BlockHighlyAdvancedMachine(Material.rock);
|
||||
GameRegistry.registerBlock(HighAdvancedMachineBlock, "highlyadvancedmachine");
|
||||
|
||||
Dragoneggenergysiphoner = new BlockDragonEggSiphoner(Material.rock);
|
||||
GameRegistry.registerBlock(Dragoneggenergysiphoner, "dragoneggenergsiphon");
|
||||
GameRegistry.registerTileEntity(TileDragonEggSiphoner.class, "TileDragonEggSiphonerTR");
|
||||
|
||||
Magicenergeyconverter = new BlockMagicEnergyConverter(Material.rock);
|
||||
GameRegistry.registerBlock(Magicenergeyconverter, "magicenergyconverter");
|
||||
|
||||
AssemblyMachine = new BlockAssemblingMachine(Material.rock);
|
||||
GameRegistry.registerBlock(AssemblyMachine, "assemblymachine");
|
||||
GameRegistry.registerTileEntity(TileAssemblingMachine.class, "TileAssemblyMachineTR");
|
||||
|
||||
DieselGenerator = new BlockDieselGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(DieselGenerator, "dieselgenerator");
|
||||
GameRegistry.registerTileEntity(TileDieselGenerator.class, "TileDieselGeneratorTR");
|
||||
|
||||
IndustrialElectrolyzer = new BlockIndustrialElectrolyzer(Material.rock);
|
||||
GameRegistry.registerBlock(IndustrialElectrolyzer, "industrialelectrolyzer");
|
||||
GameRegistry.registerTileEntity(TileIndustrialElectrolyzer.class, "TileIndustrialElectrolyzerTR");
|
||||
|
||||
MagicalAbsorber = new BlockMagicEnergyAbsorber(Material.rock);
|
||||
GameRegistry.registerBlock(MagicalAbsorber, "magicrnergyabsorber");
|
||||
|
||||
Semifluidgenerator = new BlockSemiFluidGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(Semifluidgenerator, "semifluidgenerator");
|
||||
GameRegistry.registerTileEntity(TileSemifluidGenerator.class, "TileSemifluidGeneratorTR");
|
||||
|
||||
Gasturbine = new BlockGasTurbine(Material.rock);
|
||||
GameRegistry.registerBlock(Gasturbine, "gasturbine");
|
||||
GameRegistry.registerTileEntity(TileGasTurbine.class, "TileGassTurbineTR");
|
||||
|
||||
AlloyFurnace = new BlockAlloyFurnace(Material.rock);
|
||||
GameRegistry.registerBlock(AlloyFurnace, "alloyfurnace");
|
||||
GameRegistry.registerTileEntity(TileAlloyFurnace.class, "TileAlloyFurnaceTR");
|
||||
|
||||
ChemicalReactor = new BlockChemicalReactor(Material.rock);
|
||||
GameRegistry.registerBlock(ChemicalReactor, "chemicalreactor");
|
||||
GameRegistry.registerTileEntity(TileChemicalReactor.class, "TileChemicalReactorTR");
|
||||
|
||||
lathe = new BlockLathe(Material.rock);
|
||||
GameRegistry.registerBlock(lathe, "lathe");
|
||||
GameRegistry.registerTileEntity(TileLathe.class, "TileLathe");
|
||||
|
||||
platecuttingmachine = new BlockPlateCuttingMachine(Material.rock);
|
||||
GameRegistry.registerBlock(platecuttingmachine, "platecuttingmachine");
|
||||
GameRegistry.registerTileEntity(TilePlateCuttingMachine.class, "TilePlateCuttingMachineTR");
|
||||
|
||||
Idsu = new BlockIDSU(Material.rock);
|
||||
GameRegistry.registerBlock(Idsu, "idsu");
|
||||
GameRegistry.registerTileEntity(TileIDSU.class, "TileIDSUTR");
|
||||
|
||||
Aesu = new BlockAesu(Material.rock);
|
||||
GameRegistry.registerBlock(Aesu, ItemBlockAesu.class, "aesu");
|
||||
GameRegistry.registerTileEntity(TileAesu.class, "TileAesuTR");
|
||||
|
||||
Lesu = new BlockLesu(Material.rock);
|
||||
GameRegistry.registerBlock(Lesu, "lesu");
|
||||
GameRegistry.registerTileEntity(TileLesu.class, "TileLesuTR");
|
||||
|
||||
Supercondensator = new BlockSupercondensator(Material.rock);
|
||||
GameRegistry.registerBlock(Supercondensator, "supercondensator");
|
||||
|
||||
Woodenshelf = new BlockWoodenshelf(Material.wood);
|
||||
GameRegistry.registerBlock(Woodenshelf, "woodenshelf");
|
||||
|
||||
Metalshelf = new BlockMetalShelf(Material.rock);
|
||||
GameRegistry.registerBlock(Metalshelf, "metalshelf");
|
||||
GameRegistry.registerTileEntity(TileMetalShelf.class, "TileMetalShelf");
|
||||
|
||||
LesuStorage = new BlockLesuStorage(Material.rock);
|
||||
GameRegistry.registerBlock(LesuStorage, "lesustorage");
|
||||
GameRegistry.registerTileEntity(TileLesuStorage.class, "TileLesuStorageTR");
|
||||
|
||||
Distillationtower = new BlockDistillationTower(Material.rock);
|
||||
GameRegistry.registerBlock(Distillationtower, "distillationtower");
|
||||
|
||||
ElectricCraftingTable = new BlockElectricCraftingTable(Material.rock);
|
||||
GameRegistry.registerBlock(ElectricCraftingTable, "electriccraftingtable");
|
||||
|
||||
VacuumFreezer = new BlockVacuumFreezer(Material.rock);
|
||||
GameRegistry.registerBlock(VacuumFreezer, "vacuumfreezer");
|
||||
|
||||
PlasmaGenerator = new BlockPlasmaGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(PlasmaGenerator, "plasmagenerator");
|
||||
|
||||
ComputerCube = new BlockComputerCube(Material.rock);
|
||||
GameRegistry.registerBlock(ComputerCube, "computercube");
|
||||
|
||||
FusionControlComputer = new BlockFusionControlComputer(Material.rock);
|
||||
GameRegistry.registerBlock(FusionControlComputer, "fusioncontrolcomputer");
|
||||
|
||||
FusionCoil = new BlockFusionCoil(Material.rock);
|
||||
GameRegistry.registerBlock(FusionCoil, "fusioncoil");
|
||||
|
||||
LightningRod = new BlockLightningRod(Material.rock);
|
||||
GameRegistry.registerBlock(LightningRod, "lightningrod");
|
||||
|
||||
heatGenerator = new BlockHeatGenerator(Material.rock);
|
||||
GameRegistry.registerBlock(heatGenerator, "heatgenerator");
|
||||
GameRegistry.registerTileEntity(TileHeatGenerator.class, "TileHeatGeneratorTR");
|
||||
|
||||
industrialSawmill = new BlockIndustrialSawmill(Material.rock);
|
||||
GameRegistry.registerBlock(industrialSawmill, "industrialSawmill");
|
||||
GameRegistry.registerTileEntity(TileIndustrialSawmill.class, "TileIndustrialSawmillTR");
|
||||
|
||||
machineframe = new BlockMachineFrame(Material.iron);
|
||||
GameRegistry.registerBlock(machineframe, ItemBlockMachineFrame.class, "techreborn.machineFrame");
|
||||
|
||||
farm = new BlockFarm();
|
||||
GameRegistry.registerBlock(farm, "techreborn.farm");
|
||||
GameRegistry.registerTileEntity(TileFarm.class, "TileFarmTR");
|
||||
|
||||
|
||||
registerOreDict();
|
||||
registerOreDict();
|
||||
LogHelper.info("TechReborns Blocks Loaded");
|
||||
}
|
||||
}
|
||||
|
||||
public static void registerOreDict(){
|
||||
OreDictionary.registerOre("oreGalena", new ItemStack(ore, 1, 0));
|
||||
OreDictionary.registerOre("oreIridium", new ItemStack(ore, 1, 1));
|
||||
OreDictionary.registerOre("oreRuby", new ItemStack(ore, 1, 2));
|
||||
OreDictionary.registerOre("oreSapphire", new ItemStack(ore, 1, 3));
|
||||
OreDictionary.registerOre("oreBauxite", new ItemStack(ore, 1, 4));
|
||||
OreDictionary.registerOre("orePyrite", new ItemStack(ore, 1, 5));
|
||||
OreDictionary.registerOre("oreCinnabar", new ItemStack(ore, 1, 6));
|
||||
OreDictionary.registerOre("oreSphalerite", new ItemStack(ore, 1, 7));
|
||||
OreDictionary.registerOre("oreTungsten", new ItemStack(ore, 1, 8));
|
||||
OreDictionary.registerOre("oreSheldonite", new ItemStack(ore, 1, 9));
|
||||
OreDictionary.registerOre("orePlatinum", new ItemStack(ore, 1, 9));
|
||||
OreDictionary.registerOre("orePeridot", new ItemStack(ore, 1, 10));
|
||||
OreDictionary.registerOre("oreSodalite", new ItemStack(ore, 1, 11));
|
||||
OreDictionary.registerOre("oreTetrahedrite", new ItemStack(ore, 1, 12));
|
||||
OreDictionary.registerOre("oreTin", new ItemStack(ore, 1, 13));
|
||||
OreDictionary.registerOre("oreLead", new ItemStack(ore, 1, 14));
|
||||
OreDictionary.registerOre("oreSilver", new ItemStack(ore, 1, 15));
|
||||
public static void registerOreDict() {
|
||||
OreDictionary.registerOre("oreGalena", new ItemStack(ore, 1, 0));
|
||||
OreDictionary.registerOre("oreIridium", new ItemStack(ore, 1, 1));
|
||||
OreDictionary.registerOre("oreRuby", new ItemStack(ore, 1, 2));
|
||||
OreDictionary.registerOre("oreSapphire", new ItemStack(ore, 1, 3));
|
||||
OreDictionary.registerOre("oreBauxite", new ItemStack(ore, 1, 4));
|
||||
OreDictionary.registerOre("orePyrite", new ItemStack(ore, 1, 5));
|
||||
OreDictionary.registerOre("oreCinnabar", new ItemStack(ore, 1, 6));
|
||||
OreDictionary.registerOre("oreSphalerite", new ItemStack(ore, 1, 7));
|
||||
OreDictionary.registerOre("oreTungsten", new ItemStack(ore, 1, 8));
|
||||
OreDictionary.registerOre("oreSheldonite", new ItemStack(ore, 1, 9));
|
||||
OreDictionary.registerOre("orePlatinum", new ItemStack(ore, 1, 9));
|
||||
OreDictionary.registerOre("orePeridot", new ItemStack(ore, 1, 10));
|
||||
OreDictionary.registerOre("oreSodalite", new ItemStack(ore, 1, 11));
|
||||
OreDictionary.registerOre("oreTetrahedrite", new ItemStack(ore, 1, 12));
|
||||
OreDictionary.registerOre("oreTin", new ItemStack(ore, 1, 13));
|
||||
OreDictionary.registerOre("oreLead", new ItemStack(ore, 1, 14));
|
||||
OreDictionary.registerOre("oreSilver", new ItemStack(ore, 1, 15));
|
||||
|
||||
OreDictionary.registerOre("blockSilver", new ItemStack(storage, 1, 0));
|
||||
OreDictionary.registerOre("blockAluminum", new ItemStack(storage, 1, 1));
|
||||
OreDictionary.registerOre("blockTitanium", new ItemStack(storage, 1, 2));
|
||||
OreDictionary.registerOre("blockChrome", new ItemStack(storage, 1, 3));
|
||||
OreDictionary.registerOre("blockSteel", new ItemStack(storage, 1, 4));
|
||||
OreDictionary.registerOre("blockBrass", new ItemStack(storage, 1, 5));
|
||||
OreDictionary.registerOre("blockLead", new ItemStack(storage, 1, 6));
|
||||
OreDictionary.registerOre("blockElectrum", new ItemStack(storage, 1, 7));
|
||||
OreDictionary.registerOre("blockZinc", new ItemStack(storage, 1, 8));
|
||||
OreDictionary.registerOre("blockPlatinum", new ItemStack(storage, 1, 9));
|
||||
OreDictionary.registerOre("blockTungsten", new ItemStack(storage, 1, 10));
|
||||
OreDictionary.registerOre("blockNickel", new ItemStack(storage, 1, 11));
|
||||
OreDictionary.registerOre("blockInvar", new ItemStack(storage, 1, 12));
|
||||
OreDictionary.registerOre("blockOsmium", new ItemStack(storage, 1, 13));
|
||||
OreDictionary.registerOre("blockIridium", new ItemStack(storage, 1, 14));
|
||||
OreDictionary.registerOre("blockSilver", new ItemStack(storage, 1, 0));
|
||||
OreDictionary.registerOre("blockAluminum", new ItemStack(storage, 1, 1));
|
||||
OreDictionary.registerOre("blockTitanium", new ItemStack(storage, 1, 2));
|
||||
OreDictionary.registerOre("blockChrome", new ItemStack(storage, 1, 3));
|
||||
OreDictionary.registerOre("blockSteel", new ItemStack(storage, 1, 4));
|
||||
OreDictionary.registerOre("blockBrass", new ItemStack(storage, 1, 5));
|
||||
OreDictionary.registerOre("blockLead", new ItemStack(storage, 1, 6));
|
||||
OreDictionary.registerOre("blockElectrum", new ItemStack(storage, 1, 7));
|
||||
OreDictionary.registerOre("blockZinc", new ItemStack(storage, 1, 8));
|
||||
OreDictionary.registerOre("blockPlatinum", new ItemStack(storage, 1, 9));
|
||||
OreDictionary.registerOre("blockTungsten", new ItemStack(storage, 1, 10));
|
||||
OreDictionary.registerOre("blockNickel", new ItemStack(storage, 1, 11));
|
||||
OreDictionary.registerOre("blockInvar", new ItemStack(storage, 1, 12));
|
||||
OreDictionary.registerOre("blockOsmium", new ItemStack(storage, 1, 13));
|
||||
OreDictionary.registerOre("blockIridium", new ItemStack(storage, 1, 14));
|
||||
|
||||
OreDictionary.registerOre("blockTungstensteel", new ItemStack(storage2, 1, 0));
|
||||
OreDictionary.registerOre("blockLodestone", new ItemStack(storage2, 1, 1));
|
||||
OreDictionary.registerOre("blockTellurium", new ItemStack(storage2, 1, 2));
|
||||
OreDictionary.registerOre("blockRuby", new ItemStack(storage2, 1, 5));
|
||||
OreDictionary.registerOre("blockSapphire", new ItemStack(storage2, 1, 6));
|
||||
OreDictionary.registerOre("blockPeridot", new ItemStack(storage2, 1, 7));
|
||||
OreDictionary.registerOre("blockYellowGarnet", new ItemStack(storage2, 1, 8));
|
||||
OreDictionary.registerOre("blockRedGarnet", new ItemStack(storage2, 1, 9));
|
||||
OreDictionary.registerOre("blockTungstensteel", new ItemStack(storage2, 1, 0));
|
||||
OreDictionary.registerOre("blockLodestone", new ItemStack(storage2, 1, 1));
|
||||
OreDictionary.registerOre("blockTellurium", new ItemStack(storage2, 1, 2));
|
||||
OreDictionary.registerOre("blockRuby", new ItemStack(storage2, 1, 5));
|
||||
OreDictionary.registerOre("blockSapphire", new ItemStack(storage2, 1, 6));
|
||||
OreDictionary.registerOre("blockPeridot", new ItemStack(storage2, 1, 7));
|
||||
OreDictionary.registerOre("blockYellowGarnet", new ItemStack(storage2, 1, 8));
|
||||
OreDictionary.registerOre("blockRedGarnet", new ItemStack(storage2, 1, 9));
|
||||
|
||||
|
||||
OreDictionary.registerOre("craftingPiston", Blocks.piston);
|
||||
OreDictionary.registerOre("craftingPiston", Blocks.sticky_piston);
|
||||
OreDictionary.registerOre("crafterWood", Blocks.crafting_table);
|
||||
OreDictionary.registerOre("machineBasic", new ItemStack(machineframe, 1));
|
||||
OreDictionary.registerOre("craftingPiston", Blocks.piston);
|
||||
OreDictionary.registerOre("craftingPiston", Blocks.sticky_piston);
|
||||
OreDictionary.registerOre("crafterWood", Blocks.crafting_table);
|
||||
OreDictionary.registerOre("machineBasic", new ItemStack(machineframe, 1));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -9,193 +9,192 @@ import techreborn.blocks.fluid.BlockFluidTechReborn;
|
|||
import techreborn.lib.ModInfo;
|
||||
|
||||
public class ModFluids {
|
||||
|
||||
public static Fluid fluidberylium = new Fluid("fluidberylium");
|
||||
public static Block BlockFluidBerylium;
|
||||
|
||||
public static Fluid fluidcalcium = new Fluid("fluidcalcium");
|
||||
public static Block BlockFluidCalcium;
|
||||
|
||||
public static Fluid fluidcalciumcarbonate = new Fluid("fluidcalciumcarbonate");
|
||||
public static Block BlockFluidCalciumCarbonate;
|
||||
|
||||
public static Fluid fluidChlorite = new Fluid("fluidchlorite");
|
||||
public static Block BlockFluidChlorite;
|
||||
|
||||
public static Fluid fluidDeuterium = new Fluid("fluiddeuterium");
|
||||
public static Block BlockFluidDeuterium;
|
||||
|
||||
public static Fluid fluidGlyceryl = new Fluid("fluidglyceryl");
|
||||
public static Block BlockFluidGlyceryl;
|
||||
|
||||
public static Fluid fluidHelium = new Fluid("fluidhelium");
|
||||
public static Block BlockFluidHelium;
|
||||
|
||||
public static Fluid fluidHelium3 = new Fluid("fluidhelium3");
|
||||
public static Block BlockFluidHelium3;
|
||||
|
||||
public static Fluid fluidHeliumplasma = new Fluid("fluidheliumplasma");
|
||||
public static Block BlockFluidHeliumplasma;
|
||||
|
||||
public static Fluid fluidHydrogen = new Fluid("fluidhydrogen");
|
||||
public static Block BlockFluidHydrogen;
|
||||
|
||||
public static Fluid fluidLithium = new Fluid("fluidlithium");
|
||||
public static Block BlockFluidLithium;
|
||||
|
||||
public static Fluid fluidMercury = new Fluid("fluidmercury");
|
||||
public static Block BlockFluidMercury;
|
||||
|
||||
public static Fluid fluidMethane = new Fluid("fluidmethane");
|
||||
public static Block BlockFluidMethane;
|
||||
|
||||
public static Fluid fluidNitrocoalfuel = new Fluid("fluidnitrocoalfuel");
|
||||
public static Block BlockFluidNitrocoalfuel;
|
||||
|
||||
public static Fluid fluidNitrofuel = new Fluid("fluidnitrofuel");
|
||||
public static Block BlockFluidNitrofuel;
|
||||
|
||||
public static Fluid fluidNitrogen = new Fluid("fluidnitrogen");
|
||||
public static Block BlockFluidNitrogen;
|
||||
|
||||
public static Fluid fluidNitrogendioxide = new Fluid("fluidnitrogendioxide");
|
||||
public static Block BlockFluidNitrogendioxide;
|
||||
|
||||
public static Fluid fluidPotassium = new Fluid("fluidpotassium");
|
||||
public static Block BlockFluidPotassium;
|
||||
|
||||
public static Fluid fluidSilicon = new Fluid("fluidsilicon");
|
||||
public static Block BlockFluidSilicon;
|
||||
|
||||
public static Fluid fluidSodium = new Fluid("fluidsodium");
|
||||
public static Block BlockFluidSodium;
|
||||
|
||||
public static Fluid fluidSodiumpersulfate = new Fluid("fluidsodiumpersulfate");
|
||||
public static Block BlockFluidSodiumpersulfate;
|
||||
|
||||
public static Fluid fluidTritium = new Fluid("fluidtritium");
|
||||
public static Block BlockFluidTritium;
|
||||
|
||||
public static Fluid fluidWolframium = new Fluid("fluidwolframium");
|
||||
public static Block BlockFluidWolframium;
|
||||
|
||||
public static void init()
|
||||
{
|
||||
FluidRegistry.registerFluid(fluidberylium);
|
||||
BlockFluidBerylium = new BlockFluidTechReborn(fluidberylium, Material.water, "techreborn.berylium");
|
||||
GameRegistry.registerBlock(BlockFluidBerylium, ModInfo.MOD_ID + "_" + BlockFluidBerylium.getUnlocalizedName().substring(5));
|
||||
fluidberylium.setUnlocalizedName(BlockFluidBerylium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidcalcium);
|
||||
BlockFluidCalcium = new BlockFluidTechReborn(fluidcalcium, Material.water, "techreborn.calcium");
|
||||
GameRegistry.registerBlock(BlockFluidCalcium, ModInfo.MOD_ID + "_" + BlockFluidCalcium.getUnlocalizedName().substring(5));
|
||||
fluidcalcium.setUnlocalizedName(BlockFluidCalcium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidcalciumcarbonate);
|
||||
BlockFluidCalciumCarbonate = new BlockFluidTechReborn(fluidcalciumcarbonate, Material.water, "techreborn.calciumcarbonate");
|
||||
GameRegistry.registerBlock(BlockFluidCalciumCarbonate, ModInfo.MOD_ID + "_" + BlockFluidCalciumCarbonate.getUnlocalizedName().substring(5));
|
||||
fluidcalcium.setUnlocalizedName(BlockFluidCalciumCarbonate.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidChlorite);
|
||||
BlockFluidChlorite = new BlockFluidTechReborn(fluidChlorite, Material.water, "techreborn.chlorite");
|
||||
GameRegistry.registerBlock(BlockFluidChlorite, ModInfo.MOD_ID + "_" + BlockFluidChlorite.getUnlocalizedName().substring(5));
|
||||
fluidChlorite.setUnlocalizedName(BlockFluidChlorite.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidDeuterium);
|
||||
BlockFluidDeuterium = new BlockFluidTechReborn(fluidDeuterium, Material.water, "techreborn.deuterium");
|
||||
GameRegistry.registerBlock(BlockFluidDeuterium, ModInfo.MOD_ID + "_" + BlockFluidDeuterium.getUnlocalizedName().substring(5));
|
||||
fluidDeuterium.setUnlocalizedName(BlockFluidDeuterium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidGlyceryl);
|
||||
BlockFluidGlyceryl = new BlockFluidTechReborn(fluidGlyceryl, Material.water, "techreborn.glyceryl");
|
||||
GameRegistry.registerBlock(BlockFluidGlyceryl, ModInfo.MOD_ID + "_" + BlockFluidGlyceryl.getUnlocalizedName().substring(5));
|
||||
fluidGlyceryl.setUnlocalizedName(BlockFluidGlyceryl.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHelium);
|
||||
BlockFluidHelium = new BlockFluidTechReborn(fluidHelium, Material.water, "techreborn.helium");
|
||||
GameRegistry.registerBlock(BlockFluidHelium, ModInfo.MOD_ID + "_" + BlockFluidHelium.getUnlocalizedName().substring(5));
|
||||
fluidHelium.setUnlocalizedName(BlockFluidHelium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHelium3);
|
||||
BlockFluidHelium3 = new BlockFluidTechReborn(fluidHelium3, Material.water, "techreborn.helium3");
|
||||
GameRegistry.registerBlock(BlockFluidHelium3, ModInfo.MOD_ID + "_" + BlockFluidHelium3.getUnlocalizedName().substring(5));
|
||||
fluidHelium3.setUnlocalizedName(BlockFluidHelium3.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHeliumplasma);
|
||||
BlockFluidHeliumplasma = new BlockFluidTechReborn(fluidHeliumplasma, Material.water, "techreborn.heliumplasma");
|
||||
GameRegistry.registerBlock(BlockFluidHeliumplasma, ModInfo.MOD_ID + "_" + BlockFluidHeliumplasma.getUnlocalizedName().substring(5));
|
||||
fluidHeliumplasma.setUnlocalizedName(fluidHeliumplasma.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHydrogen);
|
||||
BlockFluidHydrogen = new BlockFluidTechReborn(fluidHydrogen, Material.water, "techreborn.hydrogen");
|
||||
GameRegistry.registerBlock(BlockFluidHydrogen, ModInfo.MOD_ID + "_" + BlockFluidHydrogen.getUnlocalizedName().substring(5));
|
||||
fluidHydrogen.setUnlocalizedName(fluidHydrogen.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidLithium);
|
||||
BlockFluidLithium = new BlockFluidTechReborn(fluidLithium, Material.water, "techreborn.lithium");
|
||||
GameRegistry.registerBlock(BlockFluidLithium, ModInfo.MOD_ID + "_" + BlockFluidLithium.getUnlocalizedName().substring(5));
|
||||
fluidLithium.setUnlocalizedName(fluidLithium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidMercury);
|
||||
BlockFluidMercury = new BlockFluidTechReborn(fluidMercury, Material.water, "techreborn.mercury");
|
||||
GameRegistry.registerBlock(BlockFluidMercury, ModInfo.MOD_ID + "_" + BlockFluidMercury.getUnlocalizedName().substring(5));
|
||||
fluidMercury.setUnlocalizedName(fluidMercury.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidMethane);
|
||||
BlockFluidMethane = new BlockFluidTechReborn(fluidMethane, Material.water, "techreborn.methane");
|
||||
GameRegistry.registerBlock(BlockFluidMethane, ModInfo.MOD_ID + "_" + BlockFluidMethane.getUnlocalizedName().substring(5));
|
||||
fluidMethane.setUnlocalizedName(fluidMethane.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrocoalfuel);
|
||||
BlockFluidNitrocoalfuel = new BlockFluidTechReborn(fluidNitrocoalfuel, Material.water, "techreborn.nitrocoalfuel");
|
||||
GameRegistry.registerBlock(BlockFluidNitrocoalfuel, ModInfo.MOD_ID + "_" + BlockFluidNitrocoalfuel.getUnlocalizedName().substring(5));
|
||||
fluidNitrocoalfuel.setUnlocalizedName(fluidNitrocoalfuel.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrofuel);
|
||||
BlockFluidNitrofuel = new BlockFluidTechReborn(fluidNitrofuel, Material.water, "techreborn.nitrofuel");
|
||||
GameRegistry.registerBlock(BlockFluidNitrofuel, ModInfo.MOD_ID + "_" + BlockFluidNitrofuel.getUnlocalizedName().substring(5));
|
||||
fluidNitrofuel.setUnlocalizedName(fluidNitrofuel.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrogen);
|
||||
BlockFluidNitrogen = new BlockFluidTechReborn(fluidNitrogen, Material.water, "techreborn.nitrogen");
|
||||
GameRegistry.registerBlock(BlockFluidNitrogen, ModInfo.MOD_ID + "_" + BlockFluidNitrogen.getUnlocalizedName().substring(5));
|
||||
fluidNitrogen.setUnlocalizedName(fluidNitrogen.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrogendioxide);
|
||||
BlockFluidNitrogendioxide = new BlockFluidTechReborn(fluidNitrogendioxide, Material.water, "techreborn.nitrogendioxide");
|
||||
GameRegistry.registerBlock(BlockFluidNitrogendioxide, ModInfo.MOD_ID + "_" + BlockFluidNitrogendioxide.getUnlocalizedName().substring(5));
|
||||
fluidNitrogendioxide.setUnlocalizedName(fluidNitrogendioxide.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidPotassium);
|
||||
BlockFluidPotassium = new BlockFluidTechReborn(fluidPotassium, Material.water, "techreborn.potassium");
|
||||
GameRegistry.registerBlock(BlockFluidPotassium, ModInfo.MOD_ID + "_" + BlockFluidPotassium.getUnlocalizedName().substring(5));
|
||||
fluidPotassium.setUnlocalizedName(fluidPotassium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidSilicon);
|
||||
BlockFluidSilicon = new BlockFluidTechReborn(fluidSilicon, Material.water, "techreborn.silicon");
|
||||
GameRegistry.registerBlock(BlockFluidSilicon, ModInfo.MOD_ID + "_" + BlockFluidSilicon.getUnlocalizedName().substring(5));
|
||||
fluidSilicon.setUnlocalizedName(fluidSilicon.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidSodium);
|
||||
BlockFluidSodium = new BlockFluidTechReborn(fluidSodium, Material.water, "techreborn.sodium");
|
||||
GameRegistry.registerBlock(BlockFluidSodium, ModInfo.MOD_ID + "_" + BlockFluidSodium.getUnlocalizedName().substring(5));
|
||||
fluidSodium.setUnlocalizedName(fluidSodium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidSodiumpersulfate);
|
||||
BlockFluidSodiumpersulfate = new BlockFluidTechReborn(fluidSodiumpersulfate, Material.water, "techreborn.sodiumpersulfate");
|
||||
GameRegistry.registerBlock(BlockFluidSodiumpersulfate, ModInfo.MOD_ID + "_" + BlockFluidSodiumpersulfate.getUnlocalizedName().substring(5));
|
||||
fluidSodiumpersulfate.setUnlocalizedName(fluidSodiumpersulfate.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidTritium);
|
||||
BlockFluidTritium = new BlockFluidTechReborn(fluidTritium, Material.water, "techreborn.tritium");
|
||||
GameRegistry.registerBlock(BlockFluidTritium, ModInfo.MOD_ID + "_" + BlockFluidTritium.getUnlocalizedName().substring(5));
|
||||
fluidTritium.setUnlocalizedName(fluidTritium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidWolframium);
|
||||
BlockFluidWolframium = new BlockFluidTechReborn(fluidWolframium, Material.water, "techreborn.wolframium");
|
||||
GameRegistry.registerBlock(BlockFluidWolframium, ModInfo.MOD_ID + "_" + BlockFluidWolframium.getUnlocalizedName().substring(5));
|
||||
fluidWolframium.setUnlocalizedName(fluidWolframium.getUnlocalizedName());
|
||||
|
||||
public static Fluid fluidberylium = new Fluid("fluidberylium");
|
||||
public static Block BlockFluidBerylium;
|
||||
|
||||
public static Fluid fluidcalcium = new Fluid("fluidcalcium");
|
||||
public static Block BlockFluidCalcium;
|
||||
|
||||
public static Fluid fluidcalciumcarbonate = new Fluid("fluidcalciumcarbonate");
|
||||
public static Block BlockFluidCalciumCarbonate;
|
||||
|
||||
public static Fluid fluidChlorite = new Fluid("fluidchlorite");
|
||||
public static Block BlockFluidChlorite;
|
||||
|
||||
public static Fluid fluidDeuterium = new Fluid("fluiddeuterium");
|
||||
public static Block BlockFluidDeuterium;
|
||||
|
||||
public static Fluid fluidGlyceryl = new Fluid("fluidglyceryl");
|
||||
public static Block BlockFluidGlyceryl;
|
||||
|
||||
public static Fluid fluidHelium = new Fluid("fluidhelium");
|
||||
public static Block BlockFluidHelium;
|
||||
|
||||
public static Fluid fluidHelium3 = new Fluid("fluidhelium3");
|
||||
public static Block BlockFluidHelium3;
|
||||
|
||||
public static Fluid fluidHeliumplasma = new Fluid("fluidheliumplasma");
|
||||
public static Block BlockFluidHeliumplasma;
|
||||
|
||||
public static Fluid fluidHydrogen = new Fluid("fluidhydrogen");
|
||||
public static Block BlockFluidHydrogen;
|
||||
|
||||
public static Fluid fluidLithium = new Fluid("fluidlithium");
|
||||
public static Block BlockFluidLithium;
|
||||
|
||||
public static Fluid fluidMercury = new Fluid("fluidmercury");
|
||||
public static Block BlockFluidMercury;
|
||||
|
||||
public static Fluid fluidMethane = new Fluid("fluidmethane");
|
||||
public static Block BlockFluidMethane;
|
||||
|
||||
public static Fluid fluidNitrocoalfuel = new Fluid("fluidnitrocoalfuel");
|
||||
public static Block BlockFluidNitrocoalfuel;
|
||||
|
||||
public static Fluid fluidNitrofuel = new Fluid("fluidnitrofuel");
|
||||
public static Block BlockFluidNitrofuel;
|
||||
|
||||
public static Fluid fluidNitrogen = new Fluid("fluidnitrogen");
|
||||
public static Block BlockFluidNitrogen;
|
||||
|
||||
public static Fluid fluidNitrogendioxide = new Fluid("fluidnitrogendioxide");
|
||||
public static Block BlockFluidNitrogendioxide;
|
||||
|
||||
public static Fluid fluidPotassium = new Fluid("fluidpotassium");
|
||||
public static Block BlockFluidPotassium;
|
||||
|
||||
public static Fluid fluidSilicon = new Fluid("fluidsilicon");
|
||||
public static Block BlockFluidSilicon;
|
||||
|
||||
public static Fluid fluidSodium = new Fluid("fluidsodium");
|
||||
public static Block BlockFluidSodium;
|
||||
|
||||
public static Fluid fluidSodiumpersulfate = new Fluid("fluidsodiumpersulfate");
|
||||
public static Block BlockFluidSodiumpersulfate;
|
||||
|
||||
public static Fluid fluidTritium = new Fluid("fluidtritium");
|
||||
public static Block BlockFluidTritium;
|
||||
|
||||
public static Fluid fluidWolframium = new Fluid("fluidwolframium");
|
||||
public static Block BlockFluidWolframium;
|
||||
|
||||
public static void init() {
|
||||
FluidRegistry.registerFluid(fluidberylium);
|
||||
BlockFluidBerylium = new BlockFluidTechReborn(fluidberylium, Material.water, "techreborn.berylium");
|
||||
GameRegistry.registerBlock(BlockFluidBerylium, ModInfo.MOD_ID + "_" + BlockFluidBerylium.getUnlocalizedName().substring(5));
|
||||
fluidberylium.setUnlocalizedName(BlockFluidBerylium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidcalcium);
|
||||
BlockFluidCalcium = new BlockFluidTechReborn(fluidcalcium, Material.water, "techreborn.calcium");
|
||||
GameRegistry.registerBlock(BlockFluidCalcium, ModInfo.MOD_ID + "_" + BlockFluidCalcium.getUnlocalizedName().substring(5));
|
||||
fluidcalcium.setUnlocalizedName(BlockFluidCalcium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidcalciumcarbonate);
|
||||
BlockFluidCalciumCarbonate = new BlockFluidTechReborn(fluidcalciumcarbonate, Material.water, "techreborn.calciumcarbonate");
|
||||
GameRegistry.registerBlock(BlockFluidCalciumCarbonate, ModInfo.MOD_ID + "_" + BlockFluidCalciumCarbonate.getUnlocalizedName().substring(5));
|
||||
fluidcalcium.setUnlocalizedName(BlockFluidCalciumCarbonate.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidChlorite);
|
||||
BlockFluidChlorite = new BlockFluidTechReborn(fluidChlorite, Material.water, "techreborn.chlorite");
|
||||
GameRegistry.registerBlock(BlockFluidChlorite, ModInfo.MOD_ID + "_" + BlockFluidChlorite.getUnlocalizedName().substring(5));
|
||||
fluidChlorite.setUnlocalizedName(BlockFluidChlorite.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidDeuterium);
|
||||
BlockFluidDeuterium = new BlockFluidTechReborn(fluidDeuterium, Material.water, "techreborn.deuterium");
|
||||
GameRegistry.registerBlock(BlockFluidDeuterium, ModInfo.MOD_ID + "_" + BlockFluidDeuterium.getUnlocalizedName().substring(5));
|
||||
fluidDeuterium.setUnlocalizedName(BlockFluidDeuterium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidGlyceryl);
|
||||
BlockFluidGlyceryl = new BlockFluidTechReborn(fluidGlyceryl, Material.water, "techreborn.glyceryl");
|
||||
GameRegistry.registerBlock(BlockFluidGlyceryl, ModInfo.MOD_ID + "_" + BlockFluidGlyceryl.getUnlocalizedName().substring(5));
|
||||
fluidGlyceryl.setUnlocalizedName(BlockFluidGlyceryl.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHelium);
|
||||
BlockFluidHelium = new BlockFluidTechReborn(fluidHelium, Material.water, "techreborn.helium");
|
||||
GameRegistry.registerBlock(BlockFluidHelium, ModInfo.MOD_ID + "_" + BlockFluidHelium.getUnlocalizedName().substring(5));
|
||||
fluidHelium.setUnlocalizedName(BlockFluidHelium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHelium3);
|
||||
BlockFluidHelium3 = new BlockFluidTechReborn(fluidHelium3, Material.water, "techreborn.helium3");
|
||||
GameRegistry.registerBlock(BlockFluidHelium3, ModInfo.MOD_ID + "_" + BlockFluidHelium3.getUnlocalizedName().substring(5));
|
||||
fluidHelium3.setUnlocalizedName(BlockFluidHelium3.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHeliumplasma);
|
||||
BlockFluidHeliumplasma = new BlockFluidTechReborn(fluidHeliumplasma, Material.water, "techreborn.heliumplasma");
|
||||
GameRegistry.registerBlock(BlockFluidHeliumplasma, ModInfo.MOD_ID + "_" + BlockFluidHeliumplasma.getUnlocalizedName().substring(5));
|
||||
fluidHeliumplasma.setUnlocalizedName(fluidHeliumplasma.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidHydrogen);
|
||||
BlockFluidHydrogen = new BlockFluidTechReborn(fluidHydrogen, Material.water, "techreborn.hydrogen");
|
||||
GameRegistry.registerBlock(BlockFluidHydrogen, ModInfo.MOD_ID + "_" + BlockFluidHydrogen.getUnlocalizedName().substring(5));
|
||||
fluidHydrogen.setUnlocalizedName(fluidHydrogen.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidLithium);
|
||||
BlockFluidLithium = new BlockFluidTechReborn(fluidLithium, Material.water, "techreborn.lithium");
|
||||
GameRegistry.registerBlock(BlockFluidLithium, ModInfo.MOD_ID + "_" + BlockFluidLithium.getUnlocalizedName().substring(5));
|
||||
fluidLithium.setUnlocalizedName(fluidLithium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidMercury);
|
||||
BlockFluidMercury = new BlockFluidTechReborn(fluidMercury, Material.water, "techreborn.mercury");
|
||||
GameRegistry.registerBlock(BlockFluidMercury, ModInfo.MOD_ID + "_" + BlockFluidMercury.getUnlocalizedName().substring(5));
|
||||
fluidMercury.setUnlocalizedName(fluidMercury.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidMethane);
|
||||
BlockFluidMethane = new BlockFluidTechReborn(fluidMethane, Material.water, "techreborn.methane");
|
||||
GameRegistry.registerBlock(BlockFluidMethane, ModInfo.MOD_ID + "_" + BlockFluidMethane.getUnlocalizedName().substring(5));
|
||||
fluidMethane.setUnlocalizedName(fluidMethane.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrocoalfuel);
|
||||
BlockFluidNitrocoalfuel = new BlockFluidTechReborn(fluidNitrocoalfuel, Material.water, "techreborn.nitrocoalfuel");
|
||||
GameRegistry.registerBlock(BlockFluidNitrocoalfuel, ModInfo.MOD_ID + "_" + BlockFluidNitrocoalfuel.getUnlocalizedName().substring(5));
|
||||
fluidNitrocoalfuel.setUnlocalizedName(fluidNitrocoalfuel.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrofuel);
|
||||
BlockFluidNitrofuel = new BlockFluidTechReborn(fluidNitrofuel, Material.water, "techreborn.nitrofuel");
|
||||
GameRegistry.registerBlock(BlockFluidNitrofuel, ModInfo.MOD_ID + "_" + BlockFluidNitrofuel.getUnlocalizedName().substring(5));
|
||||
fluidNitrofuel.setUnlocalizedName(fluidNitrofuel.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrogen);
|
||||
BlockFluidNitrogen = new BlockFluidTechReborn(fluidNitrogen, Material.water, "techreborn.nitrogen");
|
||||
GameRegistry.registerBlock(BlockFluidNitrogen, ModInfo.MOD_ID + "_" + BlockFluidNitrogen.getUnlocalizedName().substring(5));
|
||||
fluidNitrogen.setUnlocalizedName(fluidNitrogen.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidNitrogendioxide);
|
||||
BlockFluidNitrogendioxide = new BlockFluidTechReborn(fluidNitrogendioxide, Material.water, "techreborn.nitrogendioxide");
|
||||
GameRegistry.registerBlock(BlockFluidNitrogendioxide, ModInfo.MOD_ID + "_" + BlockFluidNitrogendioxide.getUnlocalizedName().substring(5));
|
||||
fluidNitrogendioxide.setUnlocalizedName(fluidNitrogendioxide.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidPotassium);
|
||||
BlockFluidPotassium = new BlockFluidTechReborn(fluidPotassium, Material.water, "techreborn.potassium");
|
||||
GameRegistry.registerBlock(BlockFluidPotassium, ModInfo.MOD_ID + "_" + BlockFluidPotassium.getUnlocalizedName().substring(5));
|
||||
fluidPotassium.setUnlocalizedName(fluidPotassium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidSilicon);
|
||||
BlockFluidSilicon = new BlockFluidTechReborn(fluidSilicon, Material.water, "techreborn.silicon");
|
||||
GameRegistry.registerBlock(BlockFluidSilicon, ModInfo.MOD_ID + "_" + BlockFluidSilicon.getUnlocalizedName().substring(5));
|
||||
fluidSilicon.setUnlocalizedName(fluidSilicon.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidSodium);
|
||||
BlockFluidSodium = new BlockFluidTechReborn(fluidSodium, Material.water, "techreborn.sodium");
|
||||
GameRegistry.registerBlock(BlockFluidSodium, ModInfo.MOD_ID + "_" + BlockFluidSodium.getUnlocalizedName().substring(5));
|
||||
fluidSodium.setUnlocalizedName(fluidSodium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidSodiumpersulfate);
|
||||
BlockFluidSodiumpersulfate = new BlockFluidTechReborn(fluidSodiumpersulfate, Material.water, "techreborn.sodiumpersulfate");
|
||||
GameRegistry.registerBlock(BlockFluidSodiumpersulfate, ModInfo.MOD_ID + "_" + BlockFluidSodiumpersulfate.getUnlocalizedName().substring(5));
|
||||
fluidSodiumpersulfate.setUnlocalizedName(fluidSodiumpersulfate.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidTritium);
|
||||
BlockFluidTritium = new BlockFluidTechReborn(fluidTritium, Material.water, "techreborn.tritium");
|
||||
GameRegistry.registerBlock(BlockFluidTritium, ModInfo.MOD_ID + "_" + BlockFluidTritium.getUnlocalizedName().substring(5));
|
||||
fluidTritium.setUnlocalizedName(fluidTritium.getUnlocalizedName());
|
||||
|
||||
FluidRegistry.registerFluid(fluidWolframium);
|
||||
BlockFluidWolframium = new BlockFluidTechReborn(fluidWolframium, Material.water, "techreborn.wolframium");
|
||||
GameRegistry.registerBlock(BlockFluidWolframium, ModInfo.MOD_ID + "_" + BlockFluidWolframium.getUnlocalizedName().substring(5));
|
||||
fluidWolframium.setUnlocalizedName(fluidWolframium.getUnlocalizedName());
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,13 +13,7 @@ import net.minecraftforge.oredict.OreDictionary;
|
|||
import techreborn.items.*;
|
||||
import techreborn.items.armor.ItemLapotronPack;
|
||||
import techreborn.items.armor.ItemLithiumBatpack;
|
||||
import techreborn.items.tools.ItemAdvancedDrill;
|
||||
import techreborn.items.tools.ItemCloakingDevice;
|
||||
import techreborn.items.tools.ItemFluidbucket;
|
||||
import techreborn.items.tools.ItemHammer;
|
||||
import techreborn.items.tools.ItemOmniTool;
|
||||
import techreborn.items.tools.ItemRockCutter;
|
||||
import techreborn.items.tools.ItemTechPda;
|
||||
import techreborn.items.tools.*;
|
||||
import techreborn.util.BucketHandler;
|
||||
import techreborn.util.LogHelper;
|
||||
|
||||
|
@ -28,65 +22,64 @@ public class ModItems {
|
|||
public static Item gems;
|
||||
public static Item ingots;
|
||||
public static Item nuggets;
|
||||
public static Item dusts;
|
||||
public static Item smallDusts;
|
||||
public static Item dusts;
|
||||
public static Item smallDusts;
|
||||
public static Item tinyDusts;
|
||||
public static Item parts;
|
||||
public static Item cells;
|
||||
public static Item rockCutter;
|
||||
public static Item lithiumBatpack;
|
||||
public static Item lapotronpack;
|
||||
public static Item omniTool;
|
||||
public static Item advancedDrill;
|
||||
public static Item lapotronicOrb;
|
||||
public static Item manuel;
|
||||
public static Item uuMatter;
|
||||
public static Item plate;
|
||||
public static Item rods;
|
||||
public static Item crushedOre;
|
||||
public static Item purifiedCrushedOre;
|
||||
public static Item cloakingDevice;
|
||||
|
||||
public static Item bucketBerylium;
|
||||
public static Item bucketcalcium;
|
||||
public static Item bucketcalciumcarbonate;
|
||||
public static Item bucketChlorite;
|
||||
public static Item bucketDeuterium;
|
||||
public static Item bucketGlyceryl;
|
||||
public static Item bucketHelium;
|
||||
public static Item bucketHelium3;
|
||||
public static Item bucketHeliumplasma;
|
||||
public static Item bucketHydrogen;
|
||||
public static Item bucketLithium;
|
||||
public static Item bucketMercury;
|
||||
public static Item bucketMethane;
|
||||
public static Item bucketNitrocoalfuel;
|
||||
public static Item bucketNitrofuel;
|
||||
public static Item bucketNitrogen;
|
||||
public static Item bucketNitrogendioxide;
|
||||
public static Item bucketPotassium;
|
||||
public static Item bucketSilicon;
|
||||
public static Item bucketSodium;
|
||||
public static Item bucketSodiumpersulfate;
|
||||
public static Item bucketTritium;
|
||||
public static Item bucketWolframium;
|
||||
|
||||
public static Item hammerIron;
|
||||
public static Item hammerDiamond;
|
||||
public static Item upgrades;
|
||||
public static Item parts;
|
||||
public static Item cells;
|
||||
public static Item rockCutter;
|
||||
public static Item lithiumBatpack;
|
||||
public static Item lapotronpack;
|
||||
public static Item omniTool;
|
||||
public static Item advancedDrill;
|
||||
public static Item lapotronicOrb;
|
||||
public static Item manuel;
|
||||
public static Item uuMatter;
|
||||
public static Item plate;
|
||||
public static Item rods;
|
||||
public static Item crushedOre;
|
||||
public static Item purifiedCrushedOre;
|
||||
public static Item cloakingDevice;
|
||||
|
||||
public static Item bucketBerylium;
|
||||
public static Item bucketcalcium;
|
||||
public static Item bucketcalciumcarbonate;
|
||||
public static Item bucketChlorite;
|
||||
public static Item bucketDeuterium;
|
||||
public static Item bucketGlyceryl;
|
||||
public static Item bucketHelium;
|
||||
public static Item bucketHelium3;
|
||||
public static Item bucketHeliumplasma;
|
||||
public static Item bucketHydrogen;
|
||||
public static Item bucketLithium;
|
||||
public static Item bucketMercury;
|
||||
public static Item bucketMethane;
|
||||
public static Item bucketNitrocoalfuel;
|
||||
public static Item bucketNitrofuel;
|
||||
public static Item bucketNitrogen;
|
||||
public static Item bucketNitrogendioxide;
|
||||
public static Item bucketPotassium;
|
||||
public static Item bucketSilicon;
|
||||
public static Item bucketSodium;
|
||||
public static Item bucketSodiumpersulfate;
|
||||
public static Item bucketTritium;
|
||||
public static Item bucketWolframium;
|
||||
|
||||
public static Item hammerIron;
|
||||
public static Item hammerDiamond;
|
||||
public static Item upgrades;
|
||||
public static Item farmPatten;
|
||||
|
||||
|
||||
public static void init()
|
||||
{
|
||||
public static void init() {
|
||||
gems = new ItemGems();
|
||||
GameRegistry.registerItem(gems, "gem");
|
||||
ingots = new ItemIngots();
|
||||
GameRegistry.registerItem(ingots, "ingot");
|
||||
dusts = new ItemDusts();
|
||||
GameRegistry.registerItem(dusts, "dust");
|
||||
smallDusts = new ItemDustsSmall();
|
||||
GameRegistry.registerItem(smallDusts, "smallDust");
|
||||
dusts = new ItemDusts();
|
||||
GameRegistry.registerItem(dusts, "dust");
|
||||
smallDusts = new ItemDustsSmall();
|
||||
GameRegistry.registerItem(smallDusts, "smallDust");
|
||||
tinyDusts = new ItemDustsTiny();
|
||||
GameRegistry.registerItem(tinyDusts, "tinyDust");
|
||||
plate = new ItemPlates();
|
||||
|
@ -99,193 +92,192 @@ public class ModItems {
|
|||
GameRegistry.registerItem(crushedOre, "crushedore");
|
||||
purifiedCrushedOre = new ItemPurifiedCrushedOre();
|
||||
GameRegistry.registerItem(purifiedCrushedOre, "purifiedCrushedOre");
|
||||
parts = new ItemParts();
|
||||
GameRegistry.registerItem(parts, "part");
|
||||
cells = new ItemCells();
|
||||
GameRegistry.registerItem(cells, "cell");
|
||||
rockCutter = new ItemRockCutter(ToolMaterial.EMERALD);
|
||||
GameRegistry.registerItem(rockCutter, "rockCutter");
|
||||
lithiumBatpack = new ItemLithiumBatpack(ArmorMaterial.DIAMOND, 7, 1);
|
||||
GameRegistry.registerItem(lithiumBatpack, "lithiumBatpack");
|
||||
lapotronpack = new ItemLapotronPack(ArmorMaterial.DIAMOND, 7, 1);
|
||||
GameRegistry.registerItem(lapotronpack, "lapotronPack");
|
||||
lapotronicOrb = new ItemLapotronicOrb();
|
||||
GameRegistry.registerItem(lapotronicOrb, "lapotronicOrb");
|
||||
omniTool = new ItemOmniTool(ToolMaterial.EMERALD);
|
||||
GameRegistry.registerItem(omniTool, "omniTool");
|
||||
advancedDrill = new ItemAdvancedDrill();
|
||||
GameRegistry.registerItem(advancedDrill, "advancedDrill");
|
||||
manuel = new ItemTechPda();
|
||||
GameRegistry.registerItem(manuel, "techmanuel");
|
||||
uuMatter = new ItemUUmatter();
|
||||
GameRegistry.registerItem(uuMatter, "uumatter");
|
||||
parts = new ItemParts();
|
||||
GameRegistry.registerItem(parts, "part");
|
||||
cells = new ItemCells();
|
||||
GameRegistry.registerItem(cells, "cell");
|
||||
rockCutter = new ItemRockCutter(ToolMaterial.EMERALD);
|
||||
GameRegistry.registerItem(rockCutter, "rockCutter");
|
||||
lithiumBatpack = new ItemLithiumBatpack(ArmorMaterial.DIAMOND, 7, 1);
|
||||
GameRegistry.registerItem(lithiumBatpack, "lithiumBatpack");
|
||||
lapotronpack = new ItemLapotronPack(ArmorMaterial.DIAMOND, 7, 1);
|
||||
GameRegistry.registerItem(lapotronpack, "lapotronPack");
|
||||
lapotronicOrb = new ItemLapotronicOrb();
|
||||
GameRegistry.registerItem(lapotronicOrb, "lapotronicOrb");
|
||||
omniTool = new ItemOmniTool(ToolMaterial.EMERALD);
|
||||
GameRegistry.registerItem(omniTool, "omniTool");
|
||||
advancedDrill = new ItemAdvancedDrill();
|
||||
GameRegistry.registerItem(advancedDrill, "advancedDrill");
|
||||
manuel = new ItemTechPda();
|
||||
GameRegistry.registerItem(manuel, "techmanuel");
|
||||
uuMatter = new ItemUUmatter();
|
||||
GameRegistry.registerItem(uuMatter, "uumatter");
|
||||
|
||||
upgrades = new ItemUpgrade();
|
||||
GameRegistry.registerItem(upgrades, "upgrades");
|
||||
|
||||
hammerIron = new ItemHammer(80);
|
||||
hammerIron.setUnlocalizedName("hammerIron").setContainerItem(hammerIron);
|
||||
GameRegistry.registerItem(hammerIron, "hammerIron");
|
||||
|
||||
hammerDiamond = new ItemHammer(200);
|
||||
hammerDiamond.setUnlocalizedName("hammerDiamond").setContainerItem(hammerDiamond);
|
||||
GameRegistry.registerItem(hammerDiamond, "hammerDiamond");
|
||||
upgrades = new ItemUpgrade();
|
||||
GameRegistry.registerItem(upgrades, "upgrades");
|
||||
|
||||
hammerIron = new ItemHammer(80);
|
||||
hammerIron.setUnlocalizedName("hammerIron").setContainerItem(hammerIron);
|
||||
GameRegistry.registerItem(hammerIron, "hammerIron");
|
||||
|
||||
hammerDiamond = new ItemHammer(200);
|
||||
hammerDiamond.setUnlocalizedName("hammerDiamond").setContainerItem(hammerDiamond);
|
||||
GameRegistry.registerItem(hammerDiamond, "hammerDiamond");
|
||||
|
||||
farmPatten = new ItemFarmPatten();
|
||||
GameRegistry.registerItem(farmPatten, "farmPatten");
|
||||
|
||||
|
||||
cloakingDevice = new ItemCloakingDevice();
|
||||
GameRegistry.registerItem(cloakingDevice, "cloakingdevice");
|
||||
|
||||
// buckets
|
||||
bucketBerylium = new ItemFluidbucket(ModFluids.BlockFluidBerylium);
|
||||
bucketBerylium.setUnlocalizedName("bucketberylium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketBerylium, "bucketberylium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidberylium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketBerylium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidBerylium, bucketBerylium);
|
||||
|
||||
bucketcalcium = new ItemFluidbucket(ModFluids.BlockFluidCalcium);
|
||||
bucketcalcium.setUnlocalizedName("bucketcalcium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketcalcium, "bucketcalcium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidcalcium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketcalcium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidCalcium, bucketcalcium);
|
||||
|
||||
bucketcalciumcarbonate = new ItemFluidbucket(ModFluids.BlockFluidCalciumCarbonate);
|
||||
bucketcalciumcarbonate.setUnlocalizedName("bucketcalciumcarbonate").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketcalciumcarbonate, "bucketcalciumcarbonate");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidcalciumcarbonate", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketcalciumcarbonate), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidCalciumCarbonate, bucketcalciumcarbonate);
|
||||
|
||||
bucketChlorite = new ItemFluidbucket(ModFluids.BlockFluidChlorite);
|
||||
bucketChlorite.setUnlocalizedName("bucketchlorite").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketChlorite, "bucketcalchlorite");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidchlorite", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketcalciumcarbonate), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidChlorite, bucketChlorite);
|
||||
|
||||
bucketDeuterium = new ItemFluidbucket(ModFluids.BlockFluidDeuterium);
|
||||
bucketDeuterium.setUnlocalizedName("bucketdeuterium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketDeuterium, "bucketdeuterium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluiddeuterium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketDeuterium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidDeuterium, bucketDeuterium);
|
||||
|
||||
bucketGlyceryl = new ItemFluidbucket(ModFluids.BlockFluidGlyceryl);
|
||||
bucketGlyceryl.setUnlocalizedName("bucketglyceryl").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketGlyceryl, "bucketglyceryl");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidglyceryl", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketGlyceryl), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidGlyceryl, bucketGlyceryl);
|
||||
|
||||
bucketHelium = new ItemFluidbucket(ModFluids.BlockFluidHelium);
|
||||
bucketHelium.setUnlocalizedName("buckethelium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHelium, "buckethelium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidhelium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHelium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHelium, bucketHelium);
|
||||
|
||||
bucketHelium3 = new ItemFluidbucket(ModFluids.BlockFluidHelium3);
|
||||
bucketHelium3.setUnlocalizedName("buckethelium3").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHelium3, "buckethelium3");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidhelium3", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHelium3), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHelium3, bucketHelium3);
|
||||
|
||||
bucketHeliumplasma = new ItemFluidbucket(ModFluids.BlockFluidHeliumplasma);
|
||||
bucketHeliumplasma.setUnlocalizedName("bucketheliumplasma").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHeliumplasma, "bucketheliumplasma");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidheliumplasma", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHeliumplasma), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHeliumplasma, bucketHeliumplasma);
|
||||
|
||||
bucketHydrogen = new ItemFluidbucket(ModFluids.BlockFluidHydrogen);
|
||||
bucketHydrogen.setUnlocalizedName("buckethydrogen").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHydrogen, "buckethydrogen");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidhydrogen", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHydrogen), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHydrogen, bucketHydrogen);
|
||||
|
||||
bucketLithium = new ItemFluidbucket(ModFluids.BlockFluidLithium);
|
||||
bucketLithium.setUnlocalizedName("bucketlithium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketLithium, "bucketlithium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidlithium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketLithium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidLithium, bucketLithium);
|
||||
|
||||
bucketMercury = new ItemFluidbucket(ModFluids.BlockFluidMercury);
|
||||
bucketMercury.setUnlocalizedName("bucketmercury").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketMercury, "bucketmercury");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidmercury", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketMercury), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidMercury, bucketMercury);
|
||||
|
||||
bucketMethane = new ItemFluidbucket(ModFluids.BlockFluidMethane);
|
||||
bucketMethane.setUnlocalizedName("bucketmethane").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketMethane, "bucketmethane");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidmethane", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketMethane), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidMethane, bucketMethane);
|
||||
|
||||
bucketNitrocoalfuel = new ItemFluidbucket(ModFluids.BlockFluidNitrocoalfuel);
|
||||
bucketNitrocoalfuel.setUnlocalizedName("bucketnitrocoalfuel").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrocoalfuel, "bucketnitrocoalfuel");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrocoalfuel", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrocoalfuel), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrocoalfuel, bucketNitrocoalfuel);
|
||||
|
||||
bucketNitrofuel = new ItemFluidbucket(ModFluids.BlockFluidNitrofuel);
|
||||
bucketNitrofuel.setUnlocalizedName("bucketnitrofuel").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrofuel, "bucketnitrofuel");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrofuel", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrofuel), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrofuel, bucketNitrofuel);
|
||||
|
||||
bucketNitrogen = new ItemFluidbucket(ModFluids.BlockFluidNitrogen);
|
||||
bucketNitrogen.setUnlocalizedName("bucketnitrogen").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrogen, "bucketnitrogen");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrogen", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrogen), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrogen, bucketNitrogen);
|
||||
|
||||
bucketNitrogendioxide = new ItemFluidbucket(ModFluids.BlockFluidNitrogendioxide);
|
||||
bucketNitrogendioxide.setUnlocalizedName("bucketnitrogendioxide").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrogendioxide, "bucketnitrogendioxide");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrogendioxide", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrogendioxide), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrogendioxide, bucketNitrogendioxide);
|
||||
|
||||
bucketPotassium = new ItemFluidbucket(ModFluids.BlockFluidPotassium);
|
||||
bucketPotassium.setUnlocalizedName("bucketpotassium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketPotassium, "bucketpotassium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidpotassium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketPotassium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidPotassium, bucketPotassium);
|
||||
|
||||
bucketSilicon = new ItemFluidbucket(ModFluids.BlockFluidSilicon);
|
||||
bucketSilicon.setUnlocalizedName("bucketsilicon").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketSilicon, "bucketsilicon");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidsilicon", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketSilicon), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidSilicon, bucketSilicon);
|
||||
|
||||
bucketSodium = new ItemFluidbucket(ModFluids.BlockFluidSodium);
|
||||
bucketSodium.setUnlocalizedName("bucketsodium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketSodium, "bucketsodium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidsodium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketSodium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidSodium, bucketSodium);
|
||||
|
||||
bucketSodiumpersulfate = new ItemFluidbucket(ModFluids.BlockFluidSodiumpersulfate);
|
||||
bucketSodiumpersulfate.setUnlocalizedName("bucketsodiumpersulfate").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketSodiumpersulfate, "bucketsodiumpersulfate");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidsodiumpersulfate", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketSodiumpersulfate), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidSodiumpersulfate, bucketSodiumpersulfate);
|
||||
|
||||
bucketTritium = new ItemFluidbucket(ModFluids.BlockFluidTritium);
|
||||
bucketTritium.setUnlocalizedName("buckettritium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketTritium, "buckettritium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidtritium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketTritium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidTritium, bucketTritium);
|
||||
|
||||
bucketWolframium = new ItemFluidbucket(ModFluids.BlockFluidWolframium);
|
||||
bucketWolframium.setUnlocalizedName("bucketwolframium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketWolframium, "bucketwolframium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidwolframium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketWolframium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidWolframium, bucketWolframium);
|
||||
|
||||
MinecraftForge.EVENT_BUS.register(BucketHandler.INSTANCE);
|
||||
|
||||
// buckets
|
||||
bucketBerylium = new ItemFluidbucket(ModFluids.BlockFluidBerylium);
|
||||
bucketBerylium.setUnlocalizedName("bucketberylium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketBerylium, "bucketberylium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidberylium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketBerylium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidBerylium, bucketBerylium);
|
||||
|
||||
bucketcalcium = new ItemFluidbucket(ModFluids.BlockFluidCalcium);
|
||||
bucketcalcium.setUnlocalizedName("bucketcalcium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketcalcium, "bucketcalcium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidcalcium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketcalcium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidCalcium, bucketcalcium);
|
||||
|
||||
bucketcalciumcarbonate = new ItemFluidbucket(ModFluids.BlockFluidCalciumCarbonate);
|
||||
bucketcalciumcarbonate.setUnlocalizedName("bucketcalciumcarbonate").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketcalciumcarbonate, "bucketcalciumcarbonate");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidcalciumcarbonate", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketcalciumcarbonate), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidCalciumCarbonate, bucketcalciumcarbonate);
|
||||
|
||||
bucketChlorite = new ItemFluidbucket(ModFluids.BlockFluidChlorite);
|
||||
bucketChlorite.setUnlocalizedName("bucketchlorite").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketChlorite, "bucketcalchlorite");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidchlorite", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketcalciumcarbonate), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidChlorite, bucketChlorite);
|
||||
|
||||
bucketDeuterium = new ItemFluidbucket(ModFluids.BlockFluidDeuterium);
|
||||
bucketDeuterium.setUnlocalizedName("bucketdeuterium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketDeuterium, "bucketdeuterium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluiddeuterium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketDeuterium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidDeuterium, bucketDeuterium);
|
||||
|
||||
bucketGlyceryl = new ItemFluidbucket(ModFluids.BlockFluidGlyceryl);
|
||||
bucketGlyceryl.setUnlocalizedName("bucketglyceryl").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketGlyceryl, "bucketglyceryl");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidglyceryl", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketGlyceryl), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidGlyceryl, bucketGlyceryl);
|
||||
|
||||
bucketHelium = new ItemFluidbucket(ModFluids.BlockFluidHelium);
|
||||
bucketHelium.setUnlocalizedName("buckethelium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHelium, "buckethelium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidhelium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHelium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHelium, bucketHelium);
|
||||
|
||||
bucketHelium3 = new ItemFluidbucket(ModFluids.BlockFluidHelium3);
|
||||
bucketHelium3.setUnlocalizedName("buckethelium3").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHelium3, "buckethelium3");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidhelium3", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHelium3), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHelium3, bucketHelium3);
|
||||
|
||||
bucketHeliumplasma = new ItemFluidbucket(ModFluids.BlockFluidHeliumplasma);
|
||||
bucketHeliumplasma.setUnlocalizedName("bucketheliumplasma").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHeliumplasma, "bucketheliumplasma");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidheliumplasma", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHeliumplasma), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHeliumplasma, bucketHeliumplasma);
|
||||
|
||||
bucketHydrogen = new ItemFluidbucket(ModFluids.BlockFluidHydrogen);
|
||||
bucketHydrogen.setUnlocalizedName("buckethydrogen").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketHydrogen, "buckethydrogen");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidhydrogen", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketHydrogen), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidHydrogen, bucketHydrogen);
|
||||
|
||||
bucketLithium = new ItemFluidbucket(ModFluids.BlockFluidLithium);
|
||||
bucketLithium.setUnlocalizedName("bucketlithium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketLithium, "bucketlithium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidlithium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketLithium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidLithium, bucketLithium);
|
||||
|
||||
bucketMercury = new ItemFluidbucket(ModFluids.BlockFluidMercury);
|
||||
bucketMercury.setUnlocalizedName("bucketmercury").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketMercury, "bucketmercury");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidmercury", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketMercury), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidMercury, bucketMercury);
|
||||
|
||||
bucketMethane = new ItemFluidbucket(ModFluids.BlockFluidMethane);
|
||||
bucketMethane.setUnlocalizedName("bucketmethane").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketMethane, "bucketmethane");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidmethane", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketMethane), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidMethane, bucketMethane);
|
||||
|
||||
bucketNitrocoalfuel = new ItemFluidbucket(ModFluids.BlockFluidNitrocoalfuel);
|
||||
bucketNitrocoalfuel.setUnlocalizedName("bucketnitrocoalfuel").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrocoalfuel, "bucketnitrocoalfuel");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrocoalfuel", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrocoalfuel), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrocoalfuel, bucketNitrocoalfuel);
|
||||
|
||||
bucketNitrofuel = new ItemFluidbucket(ModFluids.BlockFluidNitrofuel);
|
||||
bucketNitrofuel.setUnlocalizedName("bucketnitrofuel").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrofuel, "bucketnitrofuel");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrofuel", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrofuel), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrofuel, bucketNitrofuel);
|
||||
|
||||
bucketNitrogen = new ItemFluidbucket(ModFluids.BlockFluidNitrogen);
|
||||
bucketNitrogen.setUnlocalizedName("bucketnitrogen").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrogen, "bucketnitrogen");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrogen", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrogen), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrogen, bucketNitrogen);
|
||||
|
||||
bucketNitrogendioxide = new ItemFluidbucket(ModFluids.BlockFluidNitrogendioxide);
|
||||
bucketNitrogendioxide.setUnlocalizedName("bucketnitrogendioxide").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketNitrogendioxide, "bucketnitrogendioxide");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidnitrogendioxide", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketNitrogendioxide), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidNitrogendioxide, bucketNitrogendioxide);
|
||||
|
||||
bucketPotassium = new ItemFluidbucket(ModFluids.BlockFluidPotassium);
|
||||
bucketPotassium.setUnlocalizedName("bucketpotassium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketPotassium, "bucketpotassium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidpotassium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketPotassium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidPotassium, bucketPotassium);
|
||||
|
||||
bucketSilicon = new ItemFluidbucket(ModFluids.BlockFluidSilicon);
|
||||
bucketSilicon.setUnlocalizedName("bucketsilicon").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketSilicon, "bucketsilicon");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidsilicon", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketSilicon), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidSilicon, bucketSilicon);
|
||||
|
||||
bucketSodium = new ItemFluidbucket(ModFluids.BlockFluidSodium);
|
||||
bucketSodium.setUnlocalizedName("bucketsodium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketSodium, "bucketsodium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidsodium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketSodium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidSodium, bucketSodium);
|
||||
|
||||
bucketSodiumpersulfate = new ItemFluidbucket(ModFluids.BlockFluidSodiumpersulfate);
|
||||
bucketSodiumpersulfate.setUnlocalizedName("bucketsodiumpersulfate").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketSodiumpersulfate, "bucketsodiumpersulfate");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidsodiumpersulfate", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketSodiumpersulfate), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidSodiumpersulfate, bucketSodiumpersulfate);
|
||||
|
||||
bucketTritium = new ItemFluidbucket(ModFluids.BlockFluidTritium);
|
||||
bucketTritium.setUnlocalizedName("buckettritium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketTritium, "buckettritium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidtritium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketTritium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidTritium, bucketTritium);
|
||||
|
||||
bucketWolframium = new ItemFluidbucket(ModFluids.BlockFluidWolframium);
|
||||
bucketWolframium.setUnlocalizedName("bucketwolframium").setContainerItem(Items.bucket);
|
||||
GameRegistry.registerItem(bucketWolframium, "bucketwolframium");
|
||||
FluidContainerRegistry.registerFluidContainer(FluidRegistry.getFluidStack("fluidwolframium", FluidContainerRegistry.BUCKET_VOLUME), new ItemStack(bucketWolframium), new ItemStack(Items.bucket));
|
||||
BucketHandler.INSTANCE.buckets.put(ModFluids.BlockFluidWolframium, bucketWolframium);
|
||||
|
||||
MinecraftForge.EVENT_BUS.register(BucketHandler.INSTANCE);
|
||||
|
||||
|
||||
LogHelper.info("TechReborns Items Loaded");
|
||||
LogHelper.info("TechReborns Items Loaded");
|
||||
|
||||
registerOreDict();
|
||||
}
|
||||
registerOreDict();
|
||||
}
|
||||
|
||||
public static void registerOreDict()
|
||||
{
|
||||
public static void registerOreDict() {
|
||||
|
||||
// Gems
|
||||
OreDictionary.registerOre("gemRuby", ItemGems.getGemByName("ruby"));
|
||||
|
@ -294,190 +286,190 @@ public class ModItems {
|
|||
OreDictionary.registerOre("gemRedGarnet", ItemGems.getGemByName("redGarnet"));
|
||||
OreDictionary.registerOre("gemYellowGarnet", ItemGems.getGemByName("yellowGarnet"));
|
||||
|
||||
// Dusts
|
||||
OreDictionary.registerOre("dustAlmandine", ItemDusts.getDustByName("almandine"));
|
||||
OreDictionary.registerOre("dustAluminumBrass", ItemDusts.getDustByName("aluminumBrass"));
|
||||
OreDictionary.registerOre("dustAluminum", ItemDusts.getDustByName("aluminum"));
|
||||
OreDictionary.registerOre("dustAluminium", ItemDusts.getDustByName("aluminum"));
|
||||
OreDictionary.registerOre("dustAlumite", ItemDusts.getDustByName("alumite"));
|
||||
OreDictionary.registerOre("dustAndradite", ItemDusts.getDustByName("andradite"));
|
||||
OreDictionary.registerOre("dustAntimony", ItemDusts.getDustByName("antimony"));
|
||||
OreDictionary.registerOre("dustArdite", ItemDusts.getDustByName("ardite"));
|
||||
OreDictionary.registerOre("dustAsh", ItemDusts.getDustByName("ashes"));
|
||||
OreDictionary.registerOre("dustBasalt", ItemDusts.getDustByName("basalt"));
|
||||
OreDictionary.registerOre("dustBauxite", ItemDusts.getDustByName("bauxite"));
|
||||
OreDictionary.registerOre("dustBiotite", ItemDusts.getDustByName("biotite"));
|
||||
OreDictionary.registerOre("dustBrass", ItemDusts.getDustByName("brass"));
|
||||
OreDictionary.registerOre("dustBronze", ItemDusts.getDustByName("bronze"));
|
||||
OreDictionary.registerOre("dustCadmium", ItemDusts.getDustByName("cadmium"));
|
||||
OreDictionary.registerOre("dustCalcite", ItemDusts.getDustByName("calcite"));
|
||||
OreDictionary.registerOre("dustCharcoal", ItemDusts.getDustByName("charcoal"));
|
||||
OreDictionary.registerOre("dustChrome", ItemDusts.getDustByName("chrome"));
|
||||
OreDictionary.registerOre("dustCinnabar", ItemDusts.getDustByName("cinnabar"));
|
||||
OreDictionary.registerOre("dustClay", ItemDusts.getDustByName("clay"));
|
||||
OreDictionary.registerOre("dustCoal", ItemDusts.getDustByName("coal"));
|
||||
OreDictionary.registerOre("dustCobalt", ItemDusts.getDustByName("cobalt"));
|
||||
OreDictionary.registerOre("dustCopper", ItemDusts.getDustByName("copper"));
|
||||
OreDictionary.registerOre("dustCupronickel", ItemDusts.getDustByName("cupronickel"));
|
||||
OreDictionary.registerOre("dustDarkAsh", ItemDusts.getDustByName("darkAshes"));
|
||||
OreDictionary.registerOre("dustDarkIron", ItemDusts.getDustByName("darkIron"));
|
||||
OreDictionary.registerOre("dustDiamond", ItemDusts.getDustByName("diamond"));
|
||||
OreDictionary.registerOre("dustElectrum", ItemDusts.getDustByName("electrum"));
|
||||
OreDictionary.registerOre("dustEmerald", ItemDusts.getDustByName("emerald"));
|
||||
OreDictionary.registerOre("dustEnderEye", ItemDusts.getDustByName("enderEye"));
|
||||
OreDictionary.registerOre("dustEnderPearl", ItemDusts.getDustByName("enderPearl"));
|
||||
OreDictionary.registerOre("dustEndstone", ItemDusts.getDustByName("endstone"));
|
||||
OreDictionary.registerOre("dustFlint", ItemDusts.getDustByName("flint"));
|
||||
OreDictionary.registerOre("dustGalena", ItemDusts.getDustByName("galena"));
|
||||
OreDictionary.registerOre("dustGold", ItemDusts.getDustByName("gold"));
|
||||
OreDictionary.registerOre("dustGraphite", ItemDusts.getDustByName("graphite"));
|
||||
OreDictionary.registerOre("dustGrossular", ItemDusts.getDustByName("grossular"));
|
||||
OreDictionary.registerOre("dustIndium", ItemDusts.getDustByName("indium"));
|
||||
OreDictionary.registerOre("dustInvar", ItemDusts.getDustByName("invar"));
|
||||
OreDictionary.registerOre("dustIridium", ItemDusts.getDustByName("iridium"));
|
||||
OreDictionary.registerOre("dustIron", ItemDusts.getDustByName("iron"));
|
||||
OreDictionary.registerOre("dustKanthal", ItemDusts.getDustByName("kanthal"));
|
||||
OreDictionary.registerOre("dustLapis", ItemDusts.getDustByName("lapis"));
|
||||
OreDictionary.registerOre("dustLazurite", ItemDusts.getDustByName("lazurite"));
|
||||
OreDictionary.registerOre("dustLead", ItemDusts.getDustByName("lead"));
|
||||
OreDictionary.registerOre("dustLimestone", ItemDusts.getDustByName("limestone"));
|
||||
OreDictionary.registerOre("dustLodestone", ItemDusts.getDustByName("lodestone"));
|
||||
OreDictionary.registerOre("dustMagnesium", ItemDusts.getDustByName("magnesium"));
|
||||
OreDictionary.registerOre("dustMagnetite", ItemDusts.getDustByName("magnetite"));
|
||||
OreDictionary.registerOre("dustManganese", ItemDusts.getDustByName("manganese"));
|
||||
OreDictionary.registerOre("dustManyullyn", ItemDusts.getDustByName("manyullyn"));
|
||||
OreDictionary.registerOre("dustMarble", ItemDusts.getDustByName("marble"));
|
||||
OreDictionary.registerOre("dustMithril", ItemDusts.getDustByName("mithril"));
|
||||
OreDictionary.registerOre("dustNetherrack", ItemDusts.getDustByName("netherrack"));
|
||||
OreDictionary.registerOre("dustNichrome", ItemDusts.getDustByName("nichrome"));
|
||||
OreDictionary.registerOre("dustNickel", ItemDusts.getDustByName("nickel"));
|
||||
OreDictionary.registerOre("dustObsidian", ItemDusts.getDustByName("obsidian"));
|
||||
OreDictionary.registerOre("dustOsmium", ItemDusts.getDustByName("osmium"));
|
||||
OreDictionary.registerOre("dustPeridot", ItemDusts.getDustByName("peridot"));
|
||||
OreDictionary.registerOre("dustPhosphorous", ItemDusts.getDustByName("phosphorous"));
|
||||
OreDictionary.registerOre("dustPlatinum", ItemDusts.getDustByName("platinum"));
|
||||
OreDictionary.registerOre("dustPotassiumFeldspar", ItemDusts.getDustByName("potassiumFeldspar"));
|
||||
OreDictionary.registerOre("dustPyrite", ItemDusts.getDustByName("pyrite"));
|
||||
OreDictionary.registerOre("dustPyrope", ItemDusts.getDustByName("pyrope"));
|
||||
OreDictionary.registerOre("dustRedGarnet", ItemDusts.getDustByName("redGarnet"));
|
||||
OreDictionary.registerOre("dustRedrock", ItemDusts.getDustByName("redrock"));
|
||||
OreDictionary.registerOre("dustRuby", ItemDusts.getDustByName("ruby"));
|
||||
OreDictionary.registerOre("dustSaltpeter", ItemDusts.getDustByName("saltpeter"));
|
||||
OreDictionary.registerOre("dustSapphire", ItemDusts.getDustByName("sapphire"));
|
||||
OreDictionary.registerOre("dustSilver", ItemDusts.getDustByName("silver"));
|
||||
OreDictionary.registerOre("dustSilicon", ItemDusts.getDustByName("silicon"));
|
||||
OreDictionary.registerOre("dustSodalite", ItemDusts.getDustByName("sodalite"));
|
||||
OreDictionary.registerOre("dustSpessartine", ItemDusts.getDustByName("spessartine"));
|
||||
OreDictionary.registerOre("dustSphalerite", ItemDusts.getDustByName("sphalerite"));
|
||||
OreDictionary.registerOre("dustSteel", ItemDusts.getDustByName("steel"));
|
||||
OreDictionary.registerOre("dustSulfur", ItemDusts.getDustByName("sulfur"));
|
||||
OreDictionary.registerOre("dustTellurium", ItemDusts.getDustByName("tellurium"));
|
||||
OreDictionary.registerOre("dustTeslatite", ItemDusts.getDustByName("teslatite"));
|
||||
OreDictionary.registerOre("dustTetrahedrite", ItemDusts.getDustByName("tetrahedrite"));
|
||||
OreDictionary.registerOre("dustCopper", ItemDusts.getDustByName("copper"));
|
||||
OreDictionary.registerOre("dustTin", ItemDusts.getDustByName("tin"));
|
||||
OreDictionary.registerOre("dustTitanium", ItemDusts.getDustByName("titanium"));
|
||||
OreDictionary.registerOre("dustTungsten", ItemDusts.getDustByName("tungsten"));
|
||||
OreDictionary.registerOre("dustUvarovite", ItemDusts.getDustByName("uvarovite"));
|
||||
OreDictionary.registerOre("dustVinteum", ItemDusts.getDustByName("vinteum"));
|
||||
OreDictionary.registerOre("dustVoidstone", ItemDusts.getDustByName("voidstone"));
|
||||
OreDictionary.registerOre("dustYellowGarnet", ItemDusts.getDustByName("yellowGarnet"));
|
||||
OreDictionary.registerOre("dustZinc", ItemDusts.getDustByName("zinc"));
|
||||
OreDictionary.registerOre("pulpWood", ItemDusts.getDustByName("sawDust"));
|
||||
// Dusts
|
||||
OreDictionary.registerOre("dustAlmandine", ItemDusts.getDustByName("almandine"));
|
||||
OreDictionary.registerOre("dustAluminumBrass", ItemDusts.getDustByName("aluminumBrass"));
|
||||
OreDictionary.registerOre("dustAluminum", ItemDusts.getDustByName("aluminum"));
|
||||
OreDictionary.registerOre("dustAluminium", ItemDusts.getDustByName("aluminum"));
|
||||
OreDictionary.registerOre("dustAlumite", ItemDusts.getDustByName("alumite"));
|
||||
OreDictionary.registerOre("dustAndradite", ItemDusts.getDustByName("andradite"));
|
||||
OreDictionary.registerOre("dustAntimony", ItemDusts.getDustByName("antimony"));
|
||||
OreDictionary.registerOre("dustArdite", ItemDusts.getDustByName("ardite"));
|
||||
OreDictionary.registerOre("dustAsh", ItemDusts.getDustByName("ashes"));
|
||||
OreDictionary.registerOre("dustBasalt", ItemDusts.getDustByName("basalt"));
|
||||
OreDictionary.registerOre("dustBauxite", ItemDusts.getDustByName("bauxite"));
|
||||
OreDictionary.registerOre("dustBiotite", ItemDusts.getDustByName("biotite"));
|
||||
OreDictionary.registerOre("dustBrass", ItemDusts.getDustByName("brass"));
|
||||
OreDictionary.registerOre("dustBronze", ItemDusts.getDustByName("bronze"));
|
||||
OreDictionary.registerOre("dustCadmium", ItemDusts.getDustByName("cadmium"));
|
||||
OreDictionary.registerOre("dustCalcite", ItemDusts.getDustByName("calcite"));
|
||||
OreDictionary.registerOre("dustCharcoal", ItemDusts.getDustByName("charcoal"));
|
||||
OreDictionary.registerOre("dustChrome", ItemDusts.getDustByName("chrome"));
|
||||
OreDictionary.registerOre("dustCinnabar", ItemDusts.getDustByName("cinnabar"));
|
||||
OreDictionary.registerOre("dustClay", ItemDusts.getDustByName("clay"));
|
||||
OreDictionary.registerOre("dustCoal", ItemDusts.getDustByName("coal"));
|
||||
OreDictionary.registerOre("dustCobalt", ItemDusts.getDustByName("cobalt"));
|
||||
OreDictionary.registerOre("dustCopper", ItemDusts.getDustByName("copper"));
|
||||
OreDictionary.registerOre("dustCupronickel", ItemDusts.getDustByName("cupronickel"));
|
||||
OreDictionary.registerOre("dustDarkAsh", ItemDusts.getDustByName("darkAshes"));
|
||||
OreDictionary.registerOre("dustDarkIron", ItemDusts.getDustByName("darkIron"));
|
||||
OreDictionary.registerOre("dustDiamond", ItemDusts.getDustByName("diamond"));
|
||||
OreDictionary.registerOre("dustElectrum", ItemDusts.getDustByName("electrum"));
|
||||
OreDictionary.registerOre("dustEmerald", ItemDusts.getDustByName("emerald"));
|
||||
OreDictionary.registerOre("dustEnderEye", ItemDusts.getDustByName("enderEye"));
|
||||
OreDictionary.registerOre("dustEnderPearl", ItemDusts.getDustByName("enderPearl"));
|
||||
OreDictionary.registerOre("dustEndstone", ItemDusts.getDustByName("endstone"));
|
||||
OreDictionary.registerOre("dustFlint", ItemDusts.getDustByName("flint"));
|
||||
OreDictionary.registerOre("dustGalena", ItemDusts.getDustByName("galena"));
|
||||
OreDictionary.registerOre("dustGold", ItemDusts.getDustByName("gold"));
|
||||
OreDictionary.registerOre("dustGraphite", ItemDusts.getDustByName("graphite"));
|
||||
OreDictionary.registerOre("dustGrossular", ItemDusts.getDustByName("grossular"));
|
||||
OreDictionary.registerOre("dustIndium", ItemDusts.getDustByName("indium"));
|
||||
OreDictionary.registerOre("dustInvar", ItemDusts.getDustByName("invar"));
|
||||
OreDictionary.registerOre("dustIridium", ItemDusts.getDustByName("iridium"));
|
||||
OreDictionary.registerOre("dustIron", ItemDusts.getDustByName("iron"));
|
||||
OreDictionary.registerOre("dustKanthal", ItemDusts.getDustByName("kanthal"));
|
||||
OreDictionary.registerOre("dustLapis", ItemDusts.getDustByName("lapis"));
|
||||
OreDictionary.registerOre("dustLazurite", ItemDusts.getDustByName("lazurite"));
|
||||
OreDictionary.registerOre("dustLead", ItemDusts.getDustByName("lead"));
|
||||
OreDictionary.registerOre("dustLimestone", ItemDusts.getDustByName("limestone"));
|
||||
OreDictionary.registerOre("dustLodestone", ItemDusts.getDustByName("lodestone"));
|
||||
OreDictionary.registerOre("dustMagnesium", ItemDusts.getDustByName("magnesium"));
|
||||
OreDictionary.registerOre("dustMagnetite", ItemDusts.getDustByName("magnetite"));
|
||||
OreDictionary.registerOre("dustManganese", ItemDusts.getDustByName("manganese"));
|
||||
OreDictionary.registerOre("dustManyullyn", ItemDusts.getDustByName("manyullyn"));
|
||||
OreDictionary.registerOre("dustMarble", ItemDusts.getDustByName("marble"));
|
||||
OreDictionary.registerOre("dustMithril", ItemDusts.getDustByName("mithril"));
|
||||
OreDictionary.registerOre("dustNetherrack", ItemDusts.getDustByName("netherrack"));
|
||||
OreDictionary.registerOre("dustNichrome", ItemDusts.getDustByName("nichrome"));
|
||||
OreDictionary.registerOre("dustNickel", ItemDusts.getDustByName("nickel"));
|
||||
OreDictionary.registerOre("dustObsidian", ItemDusts.getDustByName("obsidian"));
|
||||
OreDictionary.registerOre("dustOsmium", ItemDusts.getDustByName("osmium"));
|
||||
OreDictionary.registerOre("dustPeridot", ItemDusts.getDustByName("peridot"));
|
||||
OreDictionary.registerOre("dustPhosphorous", ItemDusts.getDustByName("phosphorous"));
|
||||
OreDictionary.registerOre("dustPlatinum", ItemDusts.getDustByName("platinum"));
|
||||
OreDictionary.registerOre("dustPotassiumFeldspar", ItemDusts.getDustByName("potassiumFeldspar"));
|
||||
OreDictionary.registerOre("dustPyrite", ItemDusts.getDustByName("pyrite"));
|
||||
OreDictionary.registerOre("dustPyrope", ItemDusts.getDustByName("pyrope"));
|
||||
OreDictionary.registerOre("dustRedGarnet", ItemDusts.getDustByName("redGarnet"));
|
||||
OreDictionary.registerOre("dustRedrock", ItemDusts.getDustByName("redrock"));
|
||||
OreDictionary.registerOre("dustRuby", ItemDusts.getDustByName("ruby"));
|
||||
OreDictionary.registerOre("dustSaltpeter", ItemDusts.getDustByName("saltpeter"));
|
||||
OreDictionary.registerOre("dustSapphire", ItemDusts.getDustByName("sapphire"));
|
||||
OreDictionary.registerOre("dustSilver", ItemDusts.getDustByName("silver"));
|
||||
OreDictionary.registerOre("dustSilicon", ItemDusts.getDustByName("silicon"));
|
||||
OreDictionary.registerOre("dustSodalite", ItemDusts.getDustByName("sodalite"));
|
||||
OreDictionary.registerOre("dustSpessartine", ItemDusts.getDustByName("spessartine"));
|
||||
OreDictionary.registerOre("dustSphalerite", ItemDusts.getDustByName("sphalerite"));
|
||||
OreDictionary.registerOre("dustSteel", ItemDusts.getDustByName("steel"));
|
||||
OreDictionary.registerOre("dustSulfur", ItemDusts.getDustByName("sulfur"));
|
||||
OreDictionary.registerOre("dustTellurium", ItemDusts.getDustByName("tellurium"));
|
||||
OreDictionary.registerOre("dustTeslatite", ItemDusts.getDustByName("teslatite"));
|
||||
OreDictionary.registerOre("dustTetrahedrite", ItemDusts.getDustByName("tetrahedrite"));
|
||||
OreDictionary.registerOre("dustCopper", ItemDusts.getDustByName("copper"));
|
||||
OreDictionary.registerOre("dustTin", ItemDusts.getDustByName("tin"));
|
||||
OreDictionary.registerOre("dustTitanium", ItemDusts.getDustByName("titanium"));
|
||||
OreDictionary.registerOre("dustTungsten", ItemDusts.getDustByName("tungsten"));
|
||||
OreDictionary.registerOre("dustUvarovite", ItemDusts.getDustByName("uvarovite"));
|
||||
OreDictionary.registerOre("dustVinteum", ItemDusts.getDustByName("vinteum"));
|
||||
OreDictionary.registerOre("dustVoidstone", ItemDusts.getDustByName("voidstone"));
|
||||
OreDictionary.registerOre("dustYellowGarnet", ItemDusts.getDustByName("yellowGarnet"));
|
||||
OreDictionary.registerOre("dustZinc", ItemDusts.getDustByName("zinc"));
|
||||
OreDictionary.registerOre("pulpWood", ItemDusts.getDustByName("sawDust"));
|
||||
|
||||
|
||||
// Small Dusts
|
||||
OreDictionary.registerOre("dustSmallAlmandine", ItemDustsSmall.getSmallDustByName("Almandine"));
|
||||
OreDictionary.registerOre("dustSmallAluminumBrass", ItemDustsSmall.getSmallDustByName("AluminumBrass"));
|
||||
OreDictionary.registerOre("dustSmallAluminum", ItemDustsSmall.getSmallDustByName("Aluminum"));
|
||||
OreDictionary.registerOre("dustSmallAluminium", ItemDustsSmall.getSmallDustByName("Aluminum"));
|
||||
OreDictionary.registerOre("dustSmallAlumite", ItemDustsSmall.getSmallDustByName("Alumite"));
|
||||
OreDictionary.registerOre("dustSmallAndradite", ItemDustsSmall.getSmallDustByName("Andradite"));
|
||||
OreDictionary.registerOre("dustSmallAntimony", ItemDustsSmall.getSmallDustByName("Antimony"));
|
||||
OreDictionary.registerOre("dustSmallArdite", ItemDustsSmall.getSmallDustByName("Ardite"));
|
||||
OreDictionary.registerOre("dustSmallAsh", ItemDustsSmall.getSmallDustByName("Ashes"));
|
||||
OreDictionary.registerOre("dustSmallBasalt", ItemDustsSmall.getSmallDustByName("Basalt"));
|
||||
OreDictionary.registerOre("dustSmallBauxite", ItemDustsSmall.getSmallDustByName("Bauxite"));
|
||||
OreDictionary.registerOre("dustSmallBiotite", ItemDustsSmall.getSmallDustByName("Biotite"));
|
||||
OreDictionary.registerOre("dustSmallBrass", ItemDustsSmall.getSmallDustByName("Brass"));
|
||||
OreDictionary.registerOre("dustSmallBronze", ItemDustsSmall.getSmallDustByName("Bronze"));
|
||||
OreDictionary.registerOre("dustSmallCadmium", ItemDustsSmall.getSmallDustByName("Cadmium"));
|
||||
OreDictionary.registerOre("dustSmallCalcite", ItemDustsSmall.getSmallDustByName("Calcite"));
|
||||
OreDictionary.registerOre("dustSmallCharcoal", ItemDustsSmall.getSmallDustByName("Charcoal"));
|
||||
OreDictionary.registerOre("dustSmallChrome", ItemDustsSmall.getSmallDustByName("Chrome"));
|
||||
OreDictionary.registerOre("dustSmallCinnabar", ItemDustsSmall.getSmallDustByName("Cinnabar"));
|
||||
OreDictionary.registerOre("dustSmallClay", ItemDustsSmall.getSmallDustByName("Clay"));
|
||||
OreDictionary.registerOre("dustSmallCoal", ItemDustsSmall.getSmallDustByName("Coal"));
|
||||
OreDictionary.registerOre("dustSmallCobalt", ItemDustsSmall.getSmallDustByName("Cobalt"));
|
||||
OreDictionary.registerOre("dustSmallCopper", ItemDustsSmall.getSmallDustByName("Copper"));
|
||||
OreDictionary.registerOre("dustSmallCupronickel", ItemDustsSmall.getSmallDustByName("Cupronickel"));
|
||||
OreDictionary.registerOre("dustSmallDarkAsh", ItemDustsSmall.getSmallDustByName("DarkAshes"));
|
||||
OreDictionary.registerOre("dustSmallDarkIron", ItemDustsSmall.getSmallDustByName("DarkIron"));
|
||||
OreDictionary.registerOre("dustSmallDiamond", ItemDustsSmall.getSmallDustByName("Diamond"));
|
||||
OreDictionary.registerOre("dustSmallElectrum", ItemDustsSmall.getSmallDustByName("Electrum"));
|
||||
OreDictionary.registerOre("dustSmallEmerald", ItemDustsSmall.getSmallDustByName("Emerald"));
|
||||
OreDictionary.registerOre("dustSmallEnderEye", ItemDustsSmall.getSmallDustByName("EnderEye"));
|
||||
OreDictionary.registerOre("dustSmallEnderPearl", ItemDustsSmall.getSmallDustByName("EnderPearl"));
|
||||
OreDictionary.registerOre("dustSmallEndstone", ItemDustsSmall.getSmallDustByName("Endstone"));
|
||||
OreDictionary.registerOre("dustSmallFlint", ItemDustsSmall.getSmallDustByName("Flint"));
|
||||
// Small Dusts
|
||||
OreDictionary.registerOre("dustSmallAlmandine", ItemDustsSmall.getSmallDustByName("Almandine"));
|
||||
OreDictionary.registerOre("dustSmallAluminumBrass", ItemDustsSmall.getSmallDustByName("AluminumBrass"));
|
||||
OreDictionary.registerOre("dustSmallAluminum", ItemDustsSmall.getSmallDustByName("Aluminum"));
|
||||
OreDictionary.registerOre("dustSmallAluminium", ItemDustsSmall.getSmallDustByName("Aluminum"));
|
||||
OreDictionary.registerOre("dustSmallAlumite", ItemDustsSmall.getSmallDustByName("Alumite"));
|
||||
OreDictionary.registerOre("dustSmallAndradite", ItemDustsSmall.getSmallDustByName("Andradite"));
|
||||
OreDictionary.registerOre("dustSmallAntimony", ItemDustsSmall.getSmallDustByName("Antimony"));
|
||||
OreDictionary.registerOre("dustSmallArdite", ItemDustsSmall.getSmallDustByName("Ardite"));
|
||||
OreDictionary.registerOre("dustSmallAsh", ItemDustsSmall.getSmallDustByName("Ashes"));
|
||||
OreDictionary.registerOre("dustSmallBasalt", ItemDustsSmall.getSmallDustByName("Basalt"));
|
||||
OreDictionary.registerOre("dustSmallBauxite", ItemDustsSmall.getSmallDustByName("Bauxite"));
|
||||
OreDictionary.registerOre("dustSmallBiotite", ItemDustsSmall.getSmallDustByName("Biotite"));
|
||||
OreDictionary.registerOre("dustSmallBrass", ItemDustsSmall.getSmallDustByName("Brass"));
|
||||
OreDictionary.registerOre("dustSmallBronze", ItemDustsSmall.getSmallDustByName("Bronze"));
|
||||
OreDictionary.registerOre("dustSmallCadmium", ItemDustsSmall.getSmallDustByName("Cadmium"));
|
||||
OreDictionary.registerOre("dustSmallCalcite", ItemDustsSmall.getSmallDustByName("Calcite"));
|
||||
OreDictionary.registerOre("dustSmallCharcoal", ItemDustsSmall.getSmallDustByName("Charcoal"));
|
||||
OreDictionary.registerOre("dustSmallChrome", ItemDustsSmall.getSmallDustByName("Chrome"));
|
||||
OreDictionary.registerOre("dustSmallCinnabar", ItemDustsSmall.getSmallDustByName("Cinnabar"));
|
||||
OreDictionary.registerOre("dustSmallClay", ItemDustsSmall.getSmallDustByName("Clay"));
|
||||
OreDictionary.registerOre("dustSmallCoal", ItemDustsSmall.getSmallDustByName("Coal"));
|
||||
OreDictionary.registerOre("dustSmallCobalt", ItemDustsSmall.getSmallDustByName("Cobalt"));
|
||||
OreDictionary.registerOre("dustSmallCopper", ItemDustsSmall.getSmallDustByName("Copper"));
|
||||
OreDictionary.registerOre("dustSmallCupronickel", ItemDustsSmall.getSmallDustByName("Cupronickel"));
|
||||
OreDictionary.registerOre("dustSmallDarkAsh", ItemDustsSmall.getSmallDustByName("DarkAshes"));
|
||||
OreDictionary.registerOre("dustSmallDarkIron", ItemDustsSmall.getSmallDustByName("DarkIron"));
|
||||
OreDictionary.registerOre("dustSmallDiamond", ItemDustsSmall.getSmallDustByName("Diamond"));
|
||||
OreDictionary.registerOre("dustSmallElectrum", ItemDustsSmall.getSmallDustByName("Electrum"));
|
||||
OreDictionary.registerOre("dustSmallEmerald", ItemDustsSmall.getSmallDustByName("Emerald"));
|
||||
OreDictionary.registerOre("dustSmallEnderEye", ItemDustsSmall.getSmallDustByName("EnderEye"));
|
||||
OreDictionary.registerOre("dustSmallEnderPearl", ItemDustsSmall.getSmallDustByName("EnderPearl"));
|
||||
OreDictionary.registerOre("dustSmallEndstone", ItemDustsSmall.getSmallDustByName("Endstone"));
|
||||
OreDictionary.registerOre("dustSmallFlint", ItemDustsSmall.getSmallDustByName("Flint"));
|
||||
OreDictionary.registerOre("dustSmallGalena", ItemDustsSmall.getSmallDustByName("Galena"));
|
||||
OreDictionary.registerOre("dustSmallGlowstone", ItemDustsSmall.getSmallDustByName("Glowstone"));
|
||||
OreDictionary.registerOre("dustSmallGold", ItemDustsSmall.getSmallDustByName("Gold"));
|
||||
OreDictionary.registerOre("dustSmallGraphite", ItemDustsSmall.getSmallDustByName("Graphite"));
|
||||
OreDictionary.registerOre("dustSmallGrossular", ItemDustsSmall.getSmallDustByName("Grossular"));
|
||||
OreDictionary.registerOre("dustSmallGold", ItemDustsSmall.getSmallDustByName("Gold"));
|
||||
OreDictionary.registerOre("dustSmallGraphite", ItemDustsSmall.getSmallDustByName("Graphite"));
|
||||
OreDictionary.registerOre("dustSmallGrossular", ItemDustsSmall.getSmallDustByName("Grossular"));
|
||||
OreDictionary.registerOre("dustSmallGunpowder", ItemDustsSmall.getSmallDustByName("Gunpowder"));
|
||||
OreDictionary.registerOre("dustSmallIndium", ItemDustsSmall.getSmallDustByName("Indium"));
|
||||
OreDictionary.registerOre("dustSmallInvar", ItemDustsSmall.getSmallDustByName("Invar"));
|
||||
OreDictionary.registerOre("dustSmallIridium", ItemDustsSmall.getSmallDustByName("Iridium"));
|
||||
OreDictionary.registerOre("dustSmallIron", ItemDustsSmall.getSmallDustByName("Iron"));
|
||||
OreDictionary.registerOre("dustSmallKanthal", ItemDustsSmall.getSmallDustByName("Kanthal"));
|
||||
OreDictionary.registerOre("dustSmallLapis", ItemDustsSmall.getSmallDustByName("Lapis"));
|
||||
OreDictionary.registerOre("dustSmallLazurite", ItemDustsSmall.getSmallDustByName("Lazurite"));
|
||||
OreDictionary.registerOre("dustSmallLead", ItemDustsSmall.getSmallDustByName("Lead"));
|
||||
OreDictionary.registerOre("dustSmallLimestone", ItemDustsSmall.getSmallDustByName("Limestone"));
|
||||
OreDictionary.registerOre("dustSmallLodestone", ItemDustsSmall.getSmallDustByName("Lodestone"));
|
||||
OreDictionary.registerOre("dustSmallMagnesium", ItemDustsSmall.getSmallDustByName("Magnesium"));
|
||||
OreDictionary.registerOre("dustSmallMagnetite", ItemDustsSmall.getSmallDustByName("Magnetite"));
|
||||
OreDictionary.registerOre("dustSmallManganese", ItemDustsSmall.getSmallDustByName("Manganese"));
|
||||
OreDictionary.registerOre("dustSmallManyullyn", ItemDustsSmall.getSmallDustByName("Manyullyn"));
|
||||
OreDictionary.registerOre("dustSmallMarble", ItemDustsSmall.getSmallDustByName("Marble"));
|
||||
OreDictionary.registerOre("dustSmallMithril", ItemDustsSmall.getSmallDustByName("Mithril"));
|
||||
OreDictionary.registerOre("dustSmallNetherrack", ItemDustsSmall.getSmallDustByName("Netherrack"));
|
||||
OreDictionary.registerOre("dustSmallNichrome", ItemDustsSmall.getSmallDustByName("Nichrome"));
|
||||
OreDictionary.registerOre("dustSmallNickel", ItemDustsSmall.getSmallDustByName("Nickel"));
|
||||
OreDictionary.registerOre("dustSmallObsidian", ItemDustsSmall.getSmallDustByName("Obsidian"));
|
||||
OreDictionary.registerOre("dustSmallOsmium", ItemDustsSmall.getSmallDustByName("Osmium"));
|
||||
OreDictionary.registerOre("dustSmallPeridot", ItemDustsSmall.getSmallDustByName("Peridot"));
|
||||
OreDictionary.registerOre("dustSmallPhosphorous", ItemDustsSmall.getSmallDustByName("Phosphorous"));
|
||||
OreDictionary.registerOre("dustSmallPlatinum", ItemDustsSmall.getSmallDustByName("Platinum"));
|
||||
OreDictionary.registerOre("dustSmallPotassiumFeldspar", ItemDustsSmall.getSmallDustByName("PotassiumFeldspar"));
|
||||
OreDictionary.registerOre("dustSmallPyrite", ItemDustsSmall.getSmallDustByName("Pyrite"));
|
||||
OreDictionary.registerOre("dustSmallPyrope", ItemDustsSmall.getSmallDustByName("Pyrope"));
|
||||
OreDictionary.registerOre("dustSmallRedGarnet", ItemDustsSmall.getSmallDustByName("RedGarnet"));
|
||||
OreDictionary.registerOre("dustSmallRedrock", ItemDustsSmall.getSmallDustByName("Redrock"));
|
||||
OreDictionary.registerOre("dustSmallIndium", ItemDustsSmall.getSmallDustByName("Indium"));
|
||||
OreDictionary.registerOre("dustSmallInvar", ItemDustsSmall.getSmallDustByName("Invar"));
|
||||
OreDictionary.registerOre("dustSmallIridium", ItemDustsSmall.getSmallDustByName("Iridium"));
|
||||
OreDictionary.registerOre("dustSmallIron", ItemDustsSmall.getSmallDustByName("Iron"));
|
||||
OreDictionary.registerOre("dustSmallKanthal", ItemDustsSmall.getSmallDustByName("Kanthal"));
|
||||
OreDictionary.registerOre("dustSmallLapis", ItemDustsSmall.getSmallDustByName("Lapis"));
|
||||
OreDictionary.registerOre("dustSmallLazurite", ItemDustsSmall.getSmallDustByName("Lazurite"));
|
||||
OreDictionary.registerOre("dustSmallLead", ItemDustsSmall.getSmallDustByName("Lead"));
|
||||
OreDictionary.registerOre("dustSmallLimestone", ItemDustsSmall.getSmallDustByName("Limestone"));
|
||||
OreDictionary.registerOre("dustSmallLodestone", ItemDustsSmall.getSmallDustByName("Lodestone"));
|
||||
OreDictionary.registerOre("dustSmallMagnesium", ItemDustsSmall.getSmallDustByName("Magnesium"));
|
||||
OreDictionary.registerOre("dustSmallMagnetite", ItemDustsSmall.getSmallDustByName("Magnetite"));
|
||||
OreDictionary.registerOre("dustSmallManganese", ItemDustsSmall.getSmallDustByName("Manganese"));
|
||||
OreDictionary.registerOre("dustSmallManyullyn", ItemDustsSmall.getSmallDustByName("Manyullyn"));
|
||||
OreDictionary.registerOre("dustSmallMarble", ItemDustsSmall.getSmallDustByName("Marble"));
|
||||
OreDictionary.registerOre("dustSmallMithril", ItemDustsSmall.getSmallDustByName("Mithril"));
|
||||
OreDictionary.registerOre("dustSmallNetherrack", ItemDustsSmall.getSmallDustByName("Netherrack"));
|
||||
OreDictionary.registerOre("dustSmallNichrome", ItemDustsSmall.getSmallDustByName("Nichrome"));
|
||||
OreDictionary.registerOre("dustSmallNickel", ItemDustsSmall.getSmallDustByName("Nickel"));
|
||||
OreDictionary.registerOre("dustSmallObsidian", ItemDustsSmall.getSmallDustByName("Obsidian"));
|
||||
OreDictionary.registerOre("dustSmallOsmium", ItemDustsSmall.getSmallDustByName("Osmium"));
|
||||
OreDictionary.registerOre("dustSmallPeridot", ItemDustsSmall.getSmallDustByName("Peridot"));
|
||||
OreDictionary.registerOre("dustSmallPhosphorous", ItemDustsSmall.getSmallDustByName("Phosphorous"));
|
||||
OreDictionary.registerOre("dustSmallPlatinum", ItemDustsSmall.getSmallDustByName("Platinum"));
|
||||
OreDictionary.registerOre("dustSmallPotassiumFeldspar", ItemDustsSmall.getSmallDustByName("PotassiumFeldspar"));
|
||||
OreDictionary.registerOre("dustSmallPyrite", ItemDustsSmall.getSmallDustByName("Pyrite"));
|
||||
OreDictionary.registerOre("dustSmallPyrope", ItemDustsSmall.getSmallDustByName("Pyrope"));
|
||||
OreDictionary.registerOre("dustSmallRedGarnet", ItemDustsSmall.getSmallDustByName("RedGarnet"));
|
||||
OreDictionary.registerOre("dustSmallRedrock", ItemDustsSmall.getSmallDustByName("Redrock"));
|
||||
OreDictionary.registerOre("dustSmallRedstone", ItemDustsSmall.getSmallDustByName("Redstone"));
|
||||
OreDictionary.registerOre("dustSmallRuby", ItemDustsSmall.getSmallDustByName("Ruby"));
|
||||
OreDictionary.registerOre("dustSmallSaltpeter", ItemDustsSmall.getSmallDustByName("Saltpeter"));
|
||||
OreDictionary.registerOre("dustSmallSapphire", ItemDustsSmall.getSmallDustByName("Sapphire"));
|
||||
OreDictionary.registerOre("dustSmallSilver", ItemDustsSmall.getSmallDustByName("Silver"));
|
||||
OreDictionary.registerOre("dustSmallSilicon", ItemDustsSmall.getSmallDustByName("Silicon"));
|
||||
OreDictionary.registerOre("dustSmallSodalite", ItemDustsSmall.getSmallDustByName("Sodalite"));
|
||||
OreDictionary.registerOre("dustSmallSpessartine", ItemDustsSmall.getSmallDustByName("Spessartine"));
|
||||
OreDictionary.registerOre("dustSmallSphalerite", ItemDustsSmall.getSmallDustByName("Sphalerite"));
|
||||
OreDictionary.registerOre("dustSmallSteel", ItemDustsSmall.getSmallDustByName("Steel"));
|
||||
OreDictionary.registerOre("dustSmallSulfur", ItemDustsSmall.getSmallDustByName("Sulfur"));
|
||||
OreDictionary.registerOre("dustSmallTellurium", ItemDustsSmall.getSmallDustByName("Tellurium"));
|
||||
OreDictionary.registerOre("dustSmallTeslatite", ItemDustsSmall.getSmallDustByName("Teslatite"));
|
||||
OreDictionary.registerOre("dustSmallTetrahedrite", ItemDustsSmall.getSmallDustByName("Tetrahedrite"));
|
||||
OreDictionary.registerOre("dustSmallCopper", ItemDustsSmall.getSmallDustByName("Copper"));
|
||||
OreDictionary.registerOre("dustSmallTin", ItemDustsSmall.getSmallDustByName("Tin"));
|
||||
OreDictionary.registerOre("dustSmallTitanium", ItemDustsSmall.getSmallDustByName("Titanium"));
|
||||
OreDictionary.registerOre("dustSmallTungsten", ItemDustsSmall.getSmallDustByName("Tungsten"));
|
||||
OreDictionary.registerOre("dustSmallUvarovite", ItemDustsSmall.getSmallDustByName("Uvarovite"));
|
||||
OreDictionary.registerOre("dustSmallVinteum", ItemDustsSmall.getSmallDustByName("Vinteum"));
|
||||
OreDictionary.registerOre("dustSmallVoidstone", ItemDustsSmall.getSmallDustByName("Voidstone"));
|
||||
OreDictionary.registerOre("dustSmallYellowGarnet", ItemDustsSmall.getSmallDustByName("YellowGarnet"));
|
||||
OreDictionary.registerOre("dustSmallZinc", ItemDustsSmall.getSmallDustByName("Zinc"));
|
||||
OreDictionary.registerOre("dustSmallRuby", ItemDustsSmall.getSmallDustByName("Ruby"));
|
||||
OreDictionary.registerOre("dustSmallSaltpeter", ItemDustsSmall.getSmallDustByName("Saltpeter"));
|
||||
OreDictionary.registerOre("dustSmallSapphire", ItemDustsSmall.getSmallDustByName("Sapphire"));
|
||||
OreDictionary.registerOre("dustSmallSilver", ItemDustsSmall.getSmallDustByName("Silver"));
|
||||
OreDictionary.registerOre("dustSmallSilicon", ItemDustsSmall.getSmallDustByName("Silicon"));
|
||||
OreDictionary.registerOre("dustSmallSodalite", ItemDustsSmall.getSmallDustByName("Sodalite"));
|
||||
OreDictionary.registerOre("dustSmallSpessartine", ItemDustsSmall.getSmallDustByName("Spessartine"));
|
||||
OreDictionary.registerOre("dustSmallSphalerite", ItemDustsSmall.getSmallDustByName("Sphalerite"));
|
||||
OreDictionary.registerOre("dustSmallSteel", ItemDustsSmall.getSmallDustByName("Steel"));
|
||||
OreDictionary.registerOre("dustSmallSulfur", ItemDustsSmall.getSmallDustByName("Sulfur"));
|
||||
OreDictionary.registerOre("dustSmallTellurium", ItemDustsSmall.getSmallDustByName("Tellurium"));
|
||||
OreDictionary.registerOre("dustSmallTeslatite", ItemDustsSmall.getSmallDustByName("Teslatite"));
|
||||
OreDictionary.registerOre("dustSmallTetrahedrite", ItemDustsSmall.getSmallDustByName("Tetrahedrite"));
|
||||
OreDictionary.registerOre("dustSmallCopper", ItemDustsSmall.getSmallDustByName("Copper"));
|
||||
OreDictionary.registerOre("dustSmallTin", ItemDustsSmall.getSmallDustByName("Tin"));
|
||||
OreDictionary.registerOre("dustSmallTitanium", ItemDustsSmall.getSmallDustByName("Titanium"));
|
||||
OreDictionary.registerOre("dustSmallTungsten", ItemDustsSmall.getSmallDustByName("Tungsten"));
|
||||
OreDictionary.registerOre("dustSmallUvarovite", ItemDustsSmall.getSmallDustByName("Uvarovite"));
|
||||
OreDictionary.registerOre("dustSmallVinteum", ItemDustsSmall.getSmallDustByName("Vinteum"));
|
||||
OreDictionary.registerOre("dustSmallVoidstone", ItemDustsSmall.getSmallDustByName("Voidstone"));
|
||||
OreDictionary.registerOre("dustSmallYellowGarnet", ItemDustsSmall.getSmallDustByName("YellowGarnet"));
|
||||
OreDictionary.registerOre("dustSmallZinc", ItemDustsSmall.getSmallDustByName("Zinc"));
|
||||
|
||||
// Tiny Dusts
|
||||
OreDictionary.registerOre("dustTinyAlmandine", ItemDustsTiny.getTinyDustByName("Almandine"));
|
||||
|
@ -572,40 +564,40 @@ public class ModItems {
|
|||
OreDictionary.registerOre("dustTinyYellowGarnet", ItemDustsTiny.getTinyDustByName("YellowGarnet"));
|
||||
OreDictionary.registerOre("dustTinyZinc", ItemDustsTiny.getTinyDustByName("Zinc"));
|
||||
|
||||
// Ingots
|
||||
OreDictionary.registerOre("ingotAluminum", ItemIngots.getIngotByName("aluminum"));
|
||||
OreDictionary.registerOre("ingotAluminium", ItemIngots.getIngotByName("aluminum"));
|
||||
OreDictionary.registerOre("ingotAntimony", ItemIngots.getIngotByName("antimony"));
|
||||
OreDictionary.registerOre("ingotBatteryAlloy", ItemIngots.getIngotByName("batteryAlloy"));
|
||||
OreDictionary.registerOre("ingotBlueAlloy", ItemIngots.getIngotByName("blueAlloy"));
|
||||
OreDictionary.registerOre("ingotBrass", ItemIngots.getIngotByName("brass"));
|
||||
OreDictionary.registerOre("ingotBronze", ItemIngots.getIngotByName("bronze"));
|
||||
OreDictionary.registerOre("ingotCadmium", ItemIngots.getIngotByName("cadmium"));
|
||||
OreDictionary.registerOre("ingotChrome", ItemIngots.getIngotByName("chrome"));
|
||||
OreDictionary.registerOre("ingotCopper", ItemIngots.getIngotByName("copper"));
|
||||
OreDictionary.registerOre("ingotCupronickel", ItemIngots.getIngotByName("cupronickel"));
|
||||
OreDictionary.registerOre("ingotElectrum", ItemIngots.getIngotByName("electrum"));
|
||||
OreDictionary.registerOre("ingotIndium", ItemIngots.getIngotByName("indium"));
|
||||
OreDictionary.registerOre("ingotInvar", ItemIngots.getIngotByName("invar"));
|
||||
OreDictionary.registerOre("ingotIridium", ItemIngots.getIngotByName("iridium"));
|
||||
OreDictionary.registerOre("ingotKanthal", ItemIngots.getIngotByName("kanthal"));
|
||||
OreDictionary.registerOre("ingotLead", ItemIngots.getIngotByName("lead"));
|
||||
OreDictionary.registerOre("ingotLodestone", ItemIngots.getIngotByName("lodestone"));
|
||||
OreDictionary.registerOre("ingotMagnalium", ItemIngots.getIngotByName("magnalium"));
|
||||
OreDictionary.registerOre("ingotNichrome", ItemIngots.getIngotByName("nichrome"));
|
||||
OreDictionary.registerOre("ingotNickel", ItemIngots.getIngotByName("nickel"));
|
||||
OreDictionary.registerOre("ingotOsmium", ItemIngots.getIngotByName("osmium"));
|
||||
OreDictionary.registerOre("ingotPlatinum", ItemIngots.getIngotByName("platinum"));
|
||||
OreDictionary.registerOre("ingotRedAlloy", ItemIngots.getIngotByName("redAlloy"));
|
||||
OreDictionary.registerOre("ingotSilver", ItemIngots.getIngotByName("silver"));
|
||||
OreDictionary.registerOre("ingotSteel", ItemIngots.getIngotByName("steel"));
|
||||
OreDictionary.registerOre("ingotTellurium", ItemIngots.getIngotByName("tellurium"));
|
||||
OreDictionary.registerOre("ingotTin", ItemIngots.getIngotByName("tin"));
|
||||
OreDictionary.registerOre("ingotTitanium", ItemIngots.getIngotByName("titanium"));
|
||||
OreDictionary.registerOre("ingotTungsten", ItemIngots.getIngotByName("tungsten"));
|
||||
OreDictionary.registerOre("ingotTungstensteel", ItemIngots.getIngotByName("tungstensteel"));
|
||||
OreDictionary.registerOre("ingotHotTungstenSteel", ItemIngots.getIngotByName("hotTungstensteel"));
|
||||
OreDictionary.registerOre("ingotZinc", ItemIngots.getIngotByName("zinc"));
|
||||
// Ingots
|
||||
OreDictionary.registerOre("ingotAluminum", ItemIngots.getIngotByName("aluminum"));
|
||||
OreDictionary.registerOre("ingotAluminium", ItemIngots.getIngotByName("aluminum"));
|
||||
OreDictionary.registerOre("ingotAntimony", ItemIngots.getIngotByName("antimony"));
|
||||
OreDictionary.registerOre("ingotBatteryAlloy", ItemIngots.getIngotByName("batteryAlloy"));
|
||||
OreDictionary.registerOre("ingotBlueAlloy", ItemIngots.getIngotByName("blueAlloy"));
|
||||
OreDictionary.registerOre("ingotBrass", ItemIngots.getIngotByName("brass"));
|
||||
OreDictionary.registerOre("ingotBronze", ItemIngots.getIngotByName("bronze"));
|
||||
OreDictionary.registerOre("ingotCadmium", ItemIngots.getIngotByName("cadmium"));
|
||||
OreDictionary.registerOre("ingotChrome", ItemIngots.getIngotByName("chrome"));
|
||||
OreDictionary.registerOre("ingotCopper", ItemIngots.getIngotByName("copper"));
|
||||
OreDictionary.registerOre("ingotCupronickel", ItemIngots.getIngotByName("cupronickel"));
|
||||
OreDictionary.registerOre("ingotElectrum", ItemIngots.getIngotByName("electrum"));
|
||||
OreDictionary.registerOre("ingotIndium", ItemIngots.getIngotByName("indium"));
|
||||
OreDictionary.registerOre("ingotInvar", ItemIngots.getIngotByName("invar"));
|
||||
OreDictionary.registerOre("ingotIridium", ItemIngots.getIngotByName("iridium"));
|
||||
OreDictionary.registerOre("ingotKanthal", ItemIngots.getIngotByName("kanthal"));
|
||||
OreDictionary.registerOre("ingotLead", ItemIngots.getIngotByName("lead"));
|
||||
OreDictionary.registerOre("ingotLodestone", ItemIngots.getIngotByName("lodestone"));
|
||||
OreDictionary.registerOre("ingotMagnalium", ItemIngots.getIngotByName("magnalium"));
|
||||
OreDictionary.registerOre("ingotNichrome", ItemIngots.getIngotByName("nichrome"));
|
||||
OreDictionary.registerOre("ingotNickel", ItemIngots.getIngotByName("nickel"));
|
||||
OreDictionary.registerOre("ingotOsmium", ItemIngots.getIngotByName("osmium"));
|
||||
OreDictionary.registerOre("ingotPlatinum", ItemIngots.getIngotByName("platinum"));
|
||||
OreDictionary.registerOre("ingotRedAlloy", ItemIngots.getIngotByName("redAlloy"));
|
||||
OreDictionary.registerOre("ingotSilver", ItemIngots.getIngotByName("silver"));
|
||||
OreDictionary.registerOre("ingotSteel", ItemIngots.getIngotByName("steel"));
|
||||
OreDictionary.registerOre("ingotTellurium", ItemIngots.getIngotByName("tellurium"));
|
||||
OreDictionary.registerOre("ingotTin", ItemIngots.getIngotByName("tin"));
|
||||
OreDictionary.registerOre("ingotTitanium", ItemIngots.getIngotByName("titanium"));
|
||||
OreDictionary.registerOre("ingotTungsten", ItemIngots.getIngotByName("tungsten"));
|
||||
OreDictionary.registerOre("ingotTungstensteel", ItemIngots.getIngotByName("tungstensteel"));
|
||||
OreDictionary.registerOre("ingotHotTungstenSteel", ItemIngots.getIngotByName("hotTungstensteel"));
|
||||
OreDictionary.registerOre("ingotZinc", ItemIngots.getIngotByName("zinc"));
|
||||
|
||||
// Nuggets
|
||||
OreDictionary.registerOre("nuggetAluminum", ItemNuggets.getNuggetByName("aluminum"));
|
||||
|
@ -728,21 +720,21 @@ public class ModItems {
|
|||
OreDictionary.registerOre("crushedPurifiedTetrahedrite", ItemPurifiedCrushedOre.getPurifiedCrushedOreByName("Tetrahedrite"));
|
||||
OreDictionary.registerOre("crushedPurifiedTungsten", ItemPurifiedCrushedOre.getPurifiedCrushedOreByName("Tungsten"));
|
||||
|
||||
// Purified Crushed Ore
|
||||
OreDictionary.registerOre("craftingGrinder", ItemParts.getPartByName("diamondGrindingHead"));
|
||||
OreDictionary.registerOre("craftingGrinder", ItemParts.getPartByName("tungstenGrindingHead"));
|
||||
// Purified Crushed Ore
|
||||
OreDictionary.registerOre("craftingGrinder", ItemParts.getPartByName("diamondGrindingHead"));
|
||||
OreDictionary.registerOre("craftingGrinder", ItemParts.getPartByName("tungstenGrindingHead"));
|
||||
OreDictionary.registerOre("circuitMaster", ItemParts.getPartByName("energyFlowCircuit"));
|
||||
OreDictionary.registerOre("circuitElite", ItemParts.getPartByName("dataControlCircuit"));
|
||||
OreDictionary.registerOre("circuitData", ItemParts.getPartByName("dataStorageCircuit"));
|
||||
OreDictionary.registerOre("craftingSuperconductor", ItemParts.getPartByName("superconductor"));
|
||||
OreDictionary.registerOre("batteryUltimate", ItemParts.getPartByName("diamondGrindingHead"));
|
||||
OreDictionary.registerOre("craftingSuperconductor", ItemParts.getPartByName("superconductor"));
|
||||
OreDictionary.registerOre("batteryUltimate", ItemParts.getPartByName("diamondGrindingHead"));
|
||||
OreDictionary.registerOre("gearBronze", ItemParts.getPartByName("bronzeGear"));
|
||||
OreDictionary.registerOre("gearIron", ItemParts.getPartByName("ironGear"));
|
||||
OreDictionary.registerOre("gearTitanium", ItemParts.getPartByName("titaniumGear"));
|
||||
OreDictionary.registerOre("gearSteel", ItemParts.getPartByName("steelGear"));
|
||||
OreDictionary.registerOre("gearTungstensteel", ItemParts.getPartByName("tungstensteelGear"));
|
||||
OreDictionary.registerOre("blockLapis", ItemParts.getPartByName("lazuriteChunk"));
|
||||
OreDictionary.registerOre("blockLapis", ItemParts.getPartByName("lazuriteChunk"));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -11,11 +11,10 @@ import java.util.HashMap;
|
|||
|
||||
public class ModParts {
|
||||
|
||||
public static HashMap<Integer, ItemStack> stackCable = new HashMap<Integer, ItemStack>();
|
||||
public static HashMap<Integer, ItemStack> stackCable = new HashMap<Integer, ItemStack>();
|
||||
|
||||
public static void init()
|
||||
{
|
||||
if(Loader.isModLoaded("IC2")){
|
||||
public static void init() {
|
||||
if (Loader.isModLoaded("IC2")) {
|
||||
for (int i = 0; i < 13; i++) {
|
||||
CablePart part = new CablePart();
|
||||
part.setType(i);
|
||||
|
@ -23,14 +22,14 @@ public class ModParts {
|
|||
}
|
||||
}
|
||||
ModPartRegistry.registerPart(new FarmInventoryCable());
|
||||
ModPartRegistry.addProvider("techreborn.partSystem.fmp.FMPFactory",
|
||||
"ForgeMultipart");
|
||||
ModPartRegistry.addProvider("techreborn.partSystem.fmp.FMPFactory",
|
||||
"ForgeMultipart");
|
||||
ModPartRegistry.addProvider("techreborn.partSystem.QLib.QModPartFactory", "qmunitylib");
|
||||
ModPartRegistry.addAllPartsToSystems();
|
||||
for(IPartProvider provider : ModPartRegistry.providers){
|
||||
if(provider.modID().equals("ForgeMultipart")){
|
||||
ModPartRegistry.masterProvider = provider;
|
||||
}
|
||||
}
|
||||
}
|
||||
ModPartRegistry.addAllPartsToSystems();
|
||||
for (IPartProvider provider : ModPartRegistry.providers) {
|
||||
if (provider.modID().equals("ForgeMultipart")) {
|
||||
ModPartRegistry.masterProvider = provider;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue