Does Fabric allow you to have multiple versions of a mod in the same mods folder? I tried running multiple versions of create mod together as a test and it seemed to work, my mods folder looked like this:
mods/
├── create-fabric-0.5.1-j-build.1631+mc1.20.1.jar
└── create-fabric-0.5.1-j-build.1609+mc1.20.1.jar
I don't really understand why this worked, and some other mods end up crashing if there are multiple versions of it. Is there anyway to check if a mod is ok with having multiple versions of itself, somewhere in the fabric.mod.json maybe? I'm making a program that needs to read the jar files to extract this kind of data.