Subrosian_Smithy Posted August 31, 2014 Posted August 31, 2014 I've been following along with the Basic Modding tutorial on the Forge Wiki and it says the following: "Eclipse will start with one project "Minecraft" already in its Package Explorer on the left side of the screen. Expand the project, and you will see a source directory named 'src'. Expand it, and you'll see quite a lot of packages that make of Minecraft and Minecraft Forge. While you will not be editing any of these classes, feel free to read these classes to figure out what you can do or to see how Minecraft works. " I do see the src folder but it is totally empty as far as I can tell. Have a screenshot: I don't think I'm in the wrong workspace because I can't even see the src folder or the Minecraft folder unless I put it here where the tutorial says. Is this portion of the tutorial outdated? Quote
Eternaldoom Posted August 31, 2014 Posted August 31, 2014 You are following an old tutorial for 1.6.4 or below. Follow a 1.7 tutorial. The Minecraft source is now in Referenced Libraries/Forge-src-somenumber.jar and your mod files go in src/main/java Quote Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
iame6162013 Posted August 31, 2014 Posted August 31, 2014 i have that src folder too, it's where your mod code is saved (but it will be displayed in your src folders) to see the vanilla code go to Referenced library's and then to forgeSrc in that file ,that's where you have all your minecraft+forge code is. (some tutorials don't do "gradlew setupDecompWorkspace" do that one too see the vanilla code) Quote
Subrosian_Smithy Posted August 31, 2014 Author Posted August 31, 2014 You are following an old tutorial for 1.6.4 or below. Follow a 1.7 tutorial. The Minecraft source is now in Referenced Libraries/Forge-src-somenumber.jar and your mod files go in src/main/java Oops, I saw that the installation tutorial had been updated and I assumed the others had been too . Thanks for the catch! Quote
Recommended Posts
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.