All Mods adding support to use compiled Mods inside your MCreator Devclient.
Currently supported MC Versions: 1.16.5, 1.17.1, 1.18.1, 1.18.2.
Drop the Plugin inside your plugins folder of your MCreator Installation.
Open MCreator and start your Workspace.
Go to Workspace/Workspace Settings/External APIs and enable "Use Compiled Mods".
Hit Save changes.
It will ask u for Refactor your Workspace.
Click Yes, refactor workspace.
Now go inside your Workspace Folder.
U see a folder called "extra-mods-yourminecraftversion".
Inside this Folder drop all Mods u want to test with your Mod.
Possible errors:
Optifine will not work and no support planned in the future!
One of the Mods is wrongly named by the Mod Creator.
Check for Filenames of the Mods
modname-minecraftversion-modversion.jar
Example:
jei-1.16.5-7.7.1.152.jar (correct)
jei-7.7.1.152.jar (wrong)
jei-1.16.5.jar (wrong)
If a Mod Creator wrongly named the Mod u need to change the name to the correct one.
Attachment | Size |
---|---|
all_mods-1.1.zip - fixed mixin in 1.16.5 and 1.18.1/1.18.21.36 KB | 1.36 KB |
Comments
Dont understand what u mean.
MCreator reads the build.gradle and mcreator.gradle content on every start of the devclient and this means it decompiles all mods inside the custum mods folder too.
Only thing u need to do is refactor workspace after enable the plugin inside your workspace settings.
Hey ^^
whats the problem exactly ?
it wont load or its a crash from time to time ?
Already tried to make a Workspace with your Modlist and all is working atm.
But maybe i use dif versions of mods like u.
I use the recommended versions of the mods who need Forge 40.1.14.
U can try to open your build.gradle and search for
dependencies {
minecraft 'net.minecraftforge:forge:1.18.2-40.1.0'
}
and change net.minecraftforge:forge:1.18.2-40.1.0 to net.minecraftforge:forge:1.18.2-40.1.14
i need more help i have a folder called all mods1.18.2 what do i do with it