Pushes recycler recipe generation to the very end of data final fixes, so mods can edit recipes at any point. Also slightly modifies how recycler recipes are generated, to make it more flexible for modding.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.1.1 Features: - Automatically sort bespoke recycling recipes' products by probability. - You can set the bespoke field on recipes to an item ID rather than just true. RFF will rename the recipe to <whatever>-recycling and overwrite the existing <whatever>-recycling recipe if it already exists. So if you are trying to do something weird, you can name your bespoke recipe something like custom-whatever-recycling to ensure it is not obliterated by the sledgehammer pretending to be a framework that is baseline recycling recipe generator behavior. If multiple bespoke recipes point at the same item, this will cause a startup error (better than failing silently or making an arbitrary decision.) Setting bespoke to true still works as it did previously, but this may help if you're having trouble ensuring your custom recycling recipes survive until data-final-fixes.
Version: 0.1.0 Info: - Initial release.