Started by
Goblin1101
on
Topic category: Website and community discussion
I am a begginer in mod making so I dont know how better to start. I want to understand what is the difference between using Java coding in Eclipse and Mcreator, what are their pros and cons, and what are the best situations to use? Thank you in advance for your answer.
Java.
if you don't know java and/or don't know minecraft modding, then it may be much easier to use mcreator to begin with. mcreator does all the project build/gradle setup for you if you don't know how to setup/build your project with gradle.
but mcreator is very limited in what it can do in terms of sophisticated modding, so you can start there and learn java/minecraft along the way in order to make more complex mods.
let's start with Java coding.
pros:
cons:
and now, MCreator.
pros:
cons:
that's just my take on the advantages & disadvantages of both, so you may take this with a grain of salt if you will. so, which one do you choose? which ever your choice is, have fun modding!
one more thing: I forgot to add that you can make configuration files for customizing your mod when you use Java!
With my plugin File manager, you can make something like a configuration file (even if it totally does not work like the Forge’s one).
true. I found out about the File Manager plugin recently and it's great how you can make text or JSON files (there are some Java coded mods that use text files for their configs btw; Starter Kit for example) with it for something similar to config files while MCreator still doesn't officially support them. dang, I forgot to mention it, but thanks for reminding me anyway. thanks for that plugin btw, Goldorion!
Java or MCreator. There is no better or worse. It solely depends on what you expect and want