I am currently in the process of editing a Minecraft mod slightly to correct an error. I have edited the code successfully, however I have an issue.
In the directory of the JAR file, instead of there being 1 .java file, there's over 90 separate .class files. What makes this even weirder is that when I decompile it using this, all those classes are shown as a .java file.
When I run javac it comes up with an error, I recorded it at https://www.youtube.com/watch?v=KQRreoTSghU
What is going on? How do I split the .java into .class files? Is that the wrong thing to do? And if so, how do I get the code changed?