Minecraft Eclipse Coding Package Explorer
So I recently decided that I want to get into minecraft coding in order to create mods and hacks and whatnot. I got everything nicely set up. I got mcp and eclipse and everything is working... BUT. On some of the videos and tutorials I saw, people had net.minecraft.src in their Client>src folder which contained ALL of the .Java files inside of one place so it was super easy to find them. I don't have that folder and if I want to find something like RenderGlobal.java I have to look through all the other packages in order to find and edit that file which is REALLY frustrating and time consuming.
Is there a way to get net.minecraft.src with all the files together or a way to find the specific .java file ?
Make sure you have eclipse, open it and it will ask you for a workspace, choose the eclipse folder in your mcp folder, then on the left you should see client, open it up then open src then you will find it.