Started by
jacobrae
on
Topic category: Help with Minecraft modding (Java Edition)
How would you go about making other mods compatible with yours or using features from other mods and integrating them into yours. Is there a way to add mods to load in the client along with your own mod's development? I am aware it would probably be better to use a different IDE and mod traditionally but I like using Mc Creator as one, also I have little experience in Java so it's nice to not have to do Java when I don't have to with Mc Creator.
It is possible, there is run folder and mods folder in it in workspace folder, place your mods there. MCreator workspace is essentialy IDE compatible workspace at the same time too.
where is this folder exactly?
I'm also looking for these directories. Can you help me?
Hey spock19 and james1726, Klemen said there is a "run" folder and inside, a "mods" folder. These folders are in Users/<you>/MCreatorWorkspaces/<mod_id> (you need to replace "<you>" by your name in your computer, and "<mod_id>" by the ID of your mod)
I don't have a mods folder in my run folder, can I make it?
Actually I found the folder, but when I put mods in it the test version of minecraft crashes during the loading process. What did I do wrong?
That is every time you try to load a mod it don’t work i have tried for ages
Sad life wondered if i could too
It seems all Mods that you add in MCreator crash because they need to be deobfuscated. That means you need the Dev Version but mostly all Mods don't upload them and you need to deobfuscate the Mod for yourself. Is quite annoying.