Created
July 23, 2019 23:26
-
-
Save JoJoDeveloping/803f061341a3b2bc0d8f43d925669a64 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -O https://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp_snapshot/20190723-1.14.3/mcp_snapshot-20190723-1.14.3.zip | |
curl -O https://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp_config/1.14.4/mcp_config-1.14.4.zip | |
unzip mcp_config-1.14.4.zip | |
unzip mcp_snapshot-20190723-1.14.3.zip | |
cp config/* . | |
cp ../../MinecraftForge/projects/mcp/build/mcp/mcinject/output.jar joined_srg.jar | |
ls | |
#access.txt exceptions.txt mcp_config-1.14.4.zip patches | |
#config fields.csv mcp_snapshot-20190723-1.14.3.zip static_methods.txt | |
#config.json joined_srg.jar methods.csv | |
#constructors.txt joined.tsrg params.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment