aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java
diff options
context:
space:
mode:
authorDreamMasterXXL <dream-master@gmx.net>2020-07-24 18:04:17 +0200
committerDreamMasterXXL <dream-master@gmx.net>2020-07-24 18:04:17 +0200
commit470f3636f882fc3b961d65bde87462cc66be128d (patch)
treec18e49008e059bbe24e3273d401243f8784ca326 /src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java
parentf2240aa9d967aa0afc6a0473aa1e707bc41ab75b (diff)
downloadGT5-Unofficial-470f3636f882fc3b961d65bde87462cc66be128d.tar.gz
GT5-Unofficial-470f3636f882fc3b961d65bde87462cc66be128d.tar.bz2
GT5-Unofficial-470f3636f882fc3b961d65bde87462cc66be128d.zip
fix(Gregtech)Obsidian recipe
remove unbalanced Obsidian recipes [Cutting Machine] Obsidian Plate (not profitable) #6430 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6430
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java')
-rw-r--r--src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java
index d7c7a89edc..4a79beb44f 100644
--- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java
+++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingStone.java
@@ -44,7 +44,7 @@ public class ProcessingStone
GT_Values.RA.addAssemblerRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), ItemList.IC2_Compressed_Coal_Ball.get(8L, new Object[0]), ItemList.IC2_Compressed_Coal_Chunk.get(1L, new Object[0]), 400, 4);
//GT_Values.RA.addAssemblerRecipe(GT_Utility.copyAmount(8L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.gem, Materials.EnderEye, 1L), new ItemStack(Blocks.ender_chest, 1), 400, 4);
GT_ModHandler.addPulverisationRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_ModHandler.getModItem("Railcraft", "cube.crushed.obsidian", 1L, GT_OreDictUnificator.get(OrePrefixes.dust, aMaterial, 1L)), GT_OreDictUnificator.get(OrePrefixes.dust, aMaterial, 1L), 10, true);
- GT_Values.RA.addCutterRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.plate, aMaterial, 1L), null, 200, 30);
+ //GT_Values.RA.addCutterRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.plate, aMaterial, 1L), null, 200, 30);
break;
case "Concrete":
GT_Values.RA.addCutterRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.plate, aMaterial, 1L), null, 100, 30);