Jump to content

What are some good resources?


HappyHippo77

Recommended Posts

So I've been learning Forge for a little bit, but I can't find any good resources. So far I've been using Cadiboo's tutorials (1.15.1) at https://cadiboo.github.io/tutorials/1.15.1/forge/, but those are still very early in creation and after looking through the source code of other mods around this version it appears that it is not teaching typical organization methods.

I'm intending to learn Forge 1.15.2, but if there's an easier/more accessible version that's still relatively recent then I'll take that instead, and move into 1.15.2 as I improve.

So yeah, what are some good resources, and what version should I learn first?

Link to comment
Share on other sites

McJty's youtube tutorials aren't half bad, but they still use somewhat outdated concepts like sided proxies. Still a good starting point, in my opinion.

In general, I recommend looking for resources no earlier than for 1.14, as that's when Forge did a massive rewrite of the entire system. Anything before that would be too outdated to be useful (or receive support on the forums).

Edited by imacatlolol

I'm eager to learn and am prone to mistakes. Don't hesitate to tell me how I can improve.

Link to comment
Share on other sites

Spend time browsing the minecraft sourcecode for things you are interested in trying or how they work.

Make good use of google and the search on this forum. I find searching class/method names that I'm working with yields decent results most of the time.

 

Make sure you have a decent grasp on Java, if you are confused by the basics (or even advanced features) of the language, stop to go back  and figure them out.

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.