diff options
author | Dream-Master <dream-master@gmx.net> | 2015-12-17 13:10:19 +0100 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2015-12-17 13:10:19 +0100 |
commit | 26c684ce022128fe0e790a3388701d15bb4dceeb (patch) | |
tree | 153afc16c40a28344e5972af84270f2bf3d7f770 /src/main/java/gregtech/loaders/oreprocessing | |
parent | 27ee4e86355520a00ff5db6516a79a91497573a6 (diff) | |
download | GT5-Unofficial-26c684ce022128fe0e790a3388701d15bb4dceeb.tar.gz GT5-Unofficial-26c684ce022128fe0e790a3388701d15bb4dceeb.tar.bz2 GT5-Unofficial-26c684ce022128fe0e790a3388701d15bb4dceeb.zip |
remove this from Gt Code
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingCrafting.java | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingCrafting.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingCrafting.java index ff2f41c670..772da941f1 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingCrafting.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingCrafting.java @@ -50,12 +50,5 @@ public class ProcessingCrafting implements gregtech.api.interfaces.IOreRecipeReg GT_Values.RA.addLaserEngraverRecipe(new ItemStack(Blocks.quartz_block, 1, 0), GT_Utility.copyAmount(0L, new Object[]{aStack}), new ItemStack(Blocks.quartz_block, 1, 1), 50, 16); GT_Values.RA.addLaserEngraverRecipe(GT_ModHandler.getModItem("appliedenergistics2", "tile.BlockQuartz", 1L), GT_Utility.copyAmount(0L, new Object[]{aStack}), GT_ModHandler.getModItem("appliedenergistics2", "tile.BlockQuartzChiseled", 1L), 50, 16); } - if (Loader.isModLoaded("dreamcraft")) { - } - if (aOreDictName.equals(OreDictNames.craftingLensRed.toString())) { - - GT_Values.RA.addLaserEngraverRecipe(GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Tin, 1L), GT_Utility.copyAmount(0L, new Object[]{aStack}), ItemList.EtchedLowVoltageWiring.get(1L, new Object[0]), 60, 8); - - } } -} +}
\ No newline at end of file |