This mod is a very simple library. It allows mod makers to provide ItemStack remainders rather than Item remainders. This allows for damaging remainder items (like tools).
For the most part, this mod is no longer necessary. You can overwrite the method that supplies items (for self provision for permanent tools), or use NBT Crafting in your recipes. This mod is still faster if you have a lot of recipes.
anyway, have fun
1. Implement mod.linguardium.reciperemainders.RecipeHelpers.RecipeRemainderProvider in your Item class
2. Overwrite the getRecipeRemainder(ItemStack) method
3. ???
4. Profit

