-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Include instructions on how to use SpecialSource in the ReadMe file #75
Comments
https://www.spigotmc.org/threads/9-years-of-spigotmc-spigot-bungeecord-1-18-pre5.534760/ |
I am actually decompiling the vanilla client jar, not the Spigot server. |
--help is reasonably comprehensive. Basics: in, out, map file. You can use --live to include the classpath. |
It should work in the same way, you have an input jar + an input map -> an output jar. |
Pretty self-explanatory. I want to include the libraries what Minecraft uses in the classpath of the decompiler so it produces less broken code, but I have no idea of where I learned to use this the first time, and this repository does not have any documentation.
The text was updated successfully, but these errors were encountered: