| 3350 | @Deprecated public static boolean remout(ModData aMod, String... aNames) {return CR.remout(aMod, aNames);} |
| 3351 | @Deprecated public static boolean remout(ModData aMod, String aName, int aMetaData) {return CR.remout(aMod, aName, aMetaData);} |
| 3352 | @Deprecated public static ItemStack remove(ItemStack... aRecipe) {return CR.remove(aRecipe);} |
| 3353 | } |
| 3354 | |
| 3355 | public static synchronized boolean removeSimpleIC2MachineRecipe(ItemStack aInput, @SuppressWarnings("rawtypes") Map aRecipeList, ItemStack aOutput) { |