Hello, I've been using this mod for a long time and I just wish to help others who want to use this mod in the future, in case it doesn't get updated anymore.
Here's an how-to on how to update the mod to be compatible for SA and 2.0+ :
first, to fix a crash when hand-crafting the 'recycling' action from Fulgura, go to control.lua, right on the line after "script.on_event" (line 4), add :
if event.recipe.prototype.main_product == nil then return end
Finally, in info.json, with the entry named "factorio_version", change its value from 1.1 to 2.0.
Don't forget to save, and voilà! It's done.