Posted January 2, 20169 yr sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 2, 20169 yr Just clone your Git repo into a workspace and... oh, you didn't use an online repository? Oops You can use JD-GUI to view compiled .java files as source code and then copy / paste those into new text files for your project. It'll be a pain in the ass, but at least it's something. Next time, use git http://i.imgur.com/NdrFdld.png[/img]
January 2, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 2, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 2, 20169 yr Fernflower. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
January 2, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 2, 20169 yr Probably. With JD-GUI you can save all sources, and a .java file IS a text file, so... But Lex recommends FernFlower, which probably does the same thing but better. May as well check that out first, but I've never used it before, so can't help you there. http://i.imgur.com/NdrFdld.png[/img]
January 2, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 2, 20169 yr What do you think gives you Minecraft's Source? Fernflower. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
January 2, 20169 yr @LexManos I thought Mojang did. I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
January 2, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 2, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
January 5, 20169 yr 1. Download your JAR then run it through this program called BON (I will link the file) to deobfuscate it. 2. Use JD-GUI to open the file, then save all the sources to a .zip folder. 3. Create a directory with forge decompiled in it (extract forge and run in a command window gradlew setupDecompWorkspace, gradlew decompile, and gradlew eclipse). 4. Go to the src/main/java directory and remove the examplemod package, and then remove the mcmod.info from the resources directory. 5. In src/main/java drop your source code from the JD-GUI zip file, and the resources from your JD-GUI zip file. 6. Run from a command window gradlew setupDecompWorkspace and gradlew eclipse once more. 7. Open it into your eclipse workspace, and continue as normal. ... Btw, this has happened to me before. Link to BON: https://www.dropbox.com/s/z44a8tlf1ujewbc/BON.jar?dl=1 while(awake) { coffee++; }
January 9, 20169 yr Author sussy amogus Edited November 8, 20213 yr by Blakexx Check out my Mod! http://www.minecraftforge.net/forum/index.php/topic,34988.new.html#new
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.