Started by
Matrillex
on
Topic category: Help with MCreator software
Every time I put to Zip Folders I exported from Mcreator I get this message. "Forge Mod Loader has found a problem with your minecraft installation You have mod sources that are dublicate with your system". They are two completely different mods and I've spend a lot of time experimenting trying to find the problem and I tried looking it up but I can't find anything. Anyone know what is causing this or how I can go about preventing this?
why not export as jar?
Don't export them with the same name and version number this would also with forge if you complied it with the same name and version number, a quick fix is open up the zip/jar and change the name in the mcmod.info file
[spoiler][
{
"modid": "CHANGEME",
"name": "CHANEGME",
"description": "Server Version",
"version": "0.0.2.6",
"credits": "Created by mod maker MCreator and BadKaiPanda",
"logoFile": "/logo.png",
"mcversion": "1.10.2",
"url": "https://mcreator.pylo.co/",
"updateUrl": "",
"authors": [ "LueLusten" , "MCreator" ],
"parent": "",
"screenshots": [],
"dependencies": [
"mod_MinecraftForge"
]
}
][/spoiler]
@#1 Don't know how if there is a way to do so.@#2 Thanks that seems to have fixed it.