i really want to start modding and making some really cool mods and i have tons of ideas,but how do i start?
like,where can i get some first knowledge for first coding on java and other requried things? (1.12.2)
like,where can i get some first knowledge for first coding on java and other requried things? (1.12.2)
3
First.. forget about 1.12 and step up to 1.20. Modern versions will have more assets available to you.
Next... it all boils down to Java; you obviously need to know how to program in Java. Tons of courses available, but what works best for me is to set a goal for myself and try to work towards that. Doesn't matter if you can't do it: the idea is to learn how to... For example... make a Java program which can count all your installed Minecraft versions, optionally also naming them. (note: this implies %appdata%\.minecraft). Then... add to it do show how much mods each one has?
Once that is all out of the way.. you need to focus on a modloader. Writing mods is essentially building programs towards the confines of a mod loader. Check what you can do, what works for you... go on from there.
Next... it all boils down to Java; you obviously need to know how to program in Java. Tons of courses available, but what works best for me is to set a goal for myself and try to work towards that. Doesn't matter if you can't do it: the idea is to learn how to... For example... make a Java program which can count all your installed Minecraft versions, optionally also naming them. (note: this implies %appdata%\.minecraft). Then... add to it do show how much mods each one has?
Once that is all out of the way.. you need to focus on a modloader. Writing mods is essentially building programs towards the confines of a mod loader. Check what you can do, what works for you... go on from there.
