public abstract class FermiumEarlyModIDSearcher
extends java.lang.Object
Janky simplified implementation of FML's ModDiscoverer/ModCandidate/ContainerType/JarDiscoverer
Searches for both mcmod.info and @Mod annotations, since some mods only have one or the other
Some also have neither or set it improperly and give me a headache so they have manual compatibility
Could it be better? Yes. Am I tired and just want to add tiny dumb feature? Yes.
Who even reads these
Maybe one day I'll improve it