Forge Modding Tutorials by EMX

Seeing the lack of proper Minecraft Forge modding tutorials, I decided to make my own. This site will soon to be populated with coding tutorials, so please be patient! Also, if you can tell people about this site of mine that would be great! Visit the Minecraft Forums thread here.

All textures used for this project are hosted in Imgur, and are free to use! Check it out here. Any other project files is stored here.

Rule of thumb: Always import! In Eclipse, press Control + Shift + O to import all unimported classes.

You can navigate around my tutorials from the top menu.

P.S. The header image is from a mod of mine: Placeable Items

9 thoughts on “Forge Modding Tutorials by EMX

  1. charlie January 25, 2016 / 1:04 AM

    Do you have a tutorial on exporting the mod when you have finished?

    Thank you.
    BTW, your tutorials are great, and really helpful!

    Like

    • Emx2000 January 25, 2016 / 4:10 PM

      I completely forgot about that. I’ll do it ASAP!

      Edit: Done!

      Like

  2. Scott Singleton February 11, 2016 / 11:57 AM

    you have storing NBT data with items; how about storing NBT data for players?

    Like

  3. Brandon James Dignam March 2, 2016 / 6:25 AM

    I have a huge desire to get in to modding minecraft. Will this site get me all the way there? As far as pretty much having the skills necessary to make whatever kind of mod I want?

    Like

    • Emx2000 March 4, 2016 / 7:30 PM

      What you need for being able to master modding is by experimenting. This site serves as a starting point, documenting the basics/main parts of the Forge API. Of course, nobody can have a complete list of tutorials of what Forge can and might do. Advanced custom mod features are made by experimenting and browsing through forge/minecraft code yourselves.

      Like

  4. ANONYMOUS March 20, 2016 / 9:18 AM

    How do you do that “ctrl-shift-O” thing? Anything specific, or just press it once?

    Like

    • Emx2000 March 20, 2016 / 10:43 AM

      After you code everything, if there’s objects you haven’t imported, use that. It will import everything for you.

      Like

  5. ANONYMOUS June 2, 2016 / 10:10 PM

    As the fix before at “adding-blocks-in-1-8”, there is HTML / PHP errors with ‘&quot’ at “adding-custom-keybinds”
    And you can’t write comments.

    Like

Leave a comment