Then Go and learn some Java, unless you already know how to code it's going to be very hard to mod, I started modding without knowing any Java sure but I had a vast coding background with C# and C++ and Python, and could and had made games and applications prior to starting modding,
if you are sure you want to proceed I would recomment following Kaupenjoe's tutorials, he gets in quick and explains everything in a easily understandable way
For 3D models, if you already have some then Kaupenjoe will explain in his tutorials, but if you don't I would recommend BlockBench or something like it, Blender is Great for non Java Programming but I have found it difficult to implement for various reasons.
I have similar predicament, I followed tutorials to learned the java and had some coding background like Javascript, C, PHP, I can understand other mods code, but I found I unable move a single step when I trying made a sub-mods, it's hardly mentioned at all in tutorials! I was stack in dependency configuration.I think I made some cheap mistake, and I hardly found similar error report in wed.
It's my learning routes wrong?I feel I only know how to write code, any configurations will make me helpless.
Can you guy's give me a over view of what I should do to make a mod? It's like some steps that I can follow.
And how can I add my 3D model to my mod. Thank you everyone.
That's quite a vast topic,
Sorry first, I am a mc Java Modder, I have published on Curse Forge and have mods in the works as we speak,
I began Modding about two years ago, so even I am decently new.
Some base things to do, keeping in mind that I code in Forge rather than say Fabric and such, is to Install IntelliJ, get Forge
https://files.minecraftforge.net/net/minecraftforge/forge/index_1.16.5.html
Then Go and learn some Java, unless you already know how to code it's going to be very hard to mod, I started modding without knowing any Java sure but I had a vast coding background with C# and C++ and Python, and could and had made games and applications prior to starting modding,
if you are sure you want to proceed I would recomment following Kaupenjoe's tutorials, he gets in quick and explains everything in a easily understandable way
https://www.youtube.com/@ModdingByKaupenjoe
For 3D models, if you already have some then Kaupenjoe will explain in his tutorials, but if you don't I would recommend BlockBench or something like it, Blender is Great for non Java Programming but I have found it difficult to implement for various reasons.
Hope this helps!
Much Obliged,
OdinD
I have similar predicament, I followed tutorials to learned the java and had some coding background like Javascript, C, PHP, I can understand other mods code, but I found I unable move a single step when I trying made a sub-mods, it's hardly mentioned at all in tutorials! I was stack in dependency configuration.I think I made some cheap mistake, and I hardly found similar error report in wed.
It's my learning routes wrong?I feel I only know how to write code, any configurations will make me helpless.