Jump to content

Beginner setup for modding - where are the source files?


Jenkin03

Recommended Posts

I'm new to modding and programming.  I've found lots of tutorials on how to do stuff once you're set up.  But, all the tutorial's I've found about setting up are a year or older and say to download Forge source. Maybe I'm blind, but I can't find the source files anywhere.  Is this method outdated? If so, what is the new method and where do I start? If it isn't, where do I find the source files?

Link to comment
Share on other sites

The src download was renamed to MDK (Mod Development Kit) because it hasn't actually included any source code for a while. This tutorial explains how to set up a development workspace for modern versions of Forge.

 

Once you've set up your workspace and IDE project, you can view the source of Minecraft and Forge classes in your IDE.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

If you have followed and completed all the steps in the Forge installation instructions you should find the Forge source jar in your IDE workspace, project explorer (listed right under "JRE System Library" for Eclipse in my case).

 

These are the instructions that worked for me several times for 1.8:

 

http://www.minecraftforge.net/wiki/Installation/Source

I still haven't published a mod because I can never get that in-dev version just right to warrant a public release. And yes, after two years of mod development I am still learning to speak Java.

 

Follow me on GitHub: https://github.com/yooksi

Contact me on Twitter: https://twitter.com/yooksi

Read my Minecraft blog: https://yooksidoesminecraft.blogspot.de/

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.