This mod fixes the Class Loader in legacy versions of Minecraft.
This is a simple jar-mod which adds the CodeSource to each loaded class in FML.
That is actually everything this mod does (well, besides fixing a few more bugs on even older versions of Forge).
This mod just ships a backported RelaunchClassLoader which overwrites the built-in version (from FML) and allows mods to read the file source of classes.
For example, Block Helper is able to show you in the item tooltips which mod a given item is from.
This procedure relies on the CodeSource object of the ProtectionDomains of the loaded classes.
Old versions of FML do not set this CodeSource, which leads Block Helper into thinking that everything is a Vanilla item.
This mod needs to be installed as a jar-mod. That means, you have to...
minecraft.jar!minecraft.jar fileMETA-INF folder in thereI do not have any Fabric versions available. However, the fix is incorporated directly into Fabricated Legacy Forge. Hence, you do not need to install it separately!
Please let me know about any incompatibilities! :)

Fixes the Class Loader in legacy Minecraft Forge