Yes "Delate" is a pun on Delete and Late. :P Removes a Crafting Recipe after Post Init. @param aOutput The output of the Recipe.
(ItemStack aOutput)
| 652 | * @param aOutput The output of the Recipe. |
| 653 | */ |
| 654 | public static void delate(ItemStack aOutput) {if (BUFFERING) RECIPES_TO_DELATE.add(aOutput); else remout(aOutput);} |
| 655 | |
| 656 | /** |
| 657 | * Yes "Delate" is a pun on Delete and Late. :P |
no test coverage detected