Jump to content

Learn


nat0875

Recommended Posts

Provided you already know Java language (which is a must if you want to create mods)...there are many tutorials online, some are good and some not very much..it depends also on how you prefer to learn things. You could find modding videos to be more appealing to you than to read giant walls of code..but i should warn you that youtube tutorials won't get you very far into minecraft modding, and also do not teach "good code practices" very well. I suggest you just watch the first tutorials (items, blocks..) to get a very general idea about the modding workflow, and then to move to better tutorials. There are many example mods around, just waiting to be read..you can for example take a look at Cadiboo tutorials or GreyGhost's, both are very good. When you get a better understanding of what you are doing you can start looking directly into other people mod's code, since lot of them are open source. There you can see how they handled various situations (which you may find yourself into someday). Finally you can look into vanilla minecraft code. For example you may want to create a mod that implements a certain thing..and if you don't know how to achieve what you want, the first thing you should think is: "has vanilla minecraft already something that is even remotely similar to what i want to do?". If the answer is Yes then just look how they did it and try to understand it...then you can probably use the newly acquired knowledge to solve your own problem. If vanilla minecraft code cannot help you then you can try to search for mods that add something similar to what you want to do (read their code, understand it, repeat the process 😉). As a last resort you can always ask for support on this forum...That's basically how you learn this kind of things...once you get the basics, try to do something by yourself, read code that was already written by others and try to get to the solution only with your mind  before asking others for a solution. Hope what i said will give you a little bit of a direction to follow and i will end this post saying what i said in the beginning, because its a crucial point that a lot of people trying to make mods are ignoring: Java knowledge is your best friend here

Edited by Beethoven92

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

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.