diff options
Diffstat (limited to 'main/java/gregtech/loaders/oreprocessing/ProcessingBeans.java')
-rw-r--r-- | main/java/gregtech/loaders/oreprocessing/ProcessingBeans.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/java/gregtech/loaders/oreprocessing/ProcessingBeans.java b/main/java/gregtech/loaders/oreprocessing/ProcessingBeans.java index aae640f2fd..eda781bd19 100644 --- a/main/java/gregtech/loaders/oreprocessing/ProcessingBeans.java +++ b/main/java/gregtech/loaders/oreprocessing/ProcessingBeans.java @@ -19,9 +19,3 @@ public class ProcessingBeans implements gregtech.api.interfaces.IOreRecipeRegist if (aOreDictName.equals("beansCocoa")) GT_ModHandler.addPulverisationRecipe(GT_Utility.copyAmount(1L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cocoa, 1L)); } } - - -/* Location: F:\Torrent\minecraft\jdgui test\gregtech_1.7.10-5.07.07-dev.jar!\gregtech\loaders\oreprocessing\ProcessingBeans.class - * Java compiler version: 6 (50.0) - * JD-Core Version: 0.7.1-SNAPSHOT-20140817 - */
\ No newline at end of file |