So, I have a fabric mod (what else, duh) but whenever I compile it, it compiles with obfuscated minecraft classes in mind. The problem is, when in another mod I try to load the compiled jar (URLClassLoader and a bunch of other spaghetti code) and try to invoke a method inside the jar, it crashes, because it can't find class_310 (MinecraftClient). This is only due to this being run in a development environment - meaning the source code isn't obfuscated - but the jar I am loading assumes it is obfuscated. So - is there a easy way to use fabric to remap the jar at runtime - as it does with normal mods in a dev environment, or is there just a way to compile the jar (compiled with fabric too) but without obfuscation?
Any help really appreciated! <3
-# beginner flair used because nothing else matches my problem, really