Can't have multiple mods created by Mcreator at once

Started by Matrillex on

Topic category: Help with MCreator software

Last seen on 16:11, 11. Sep 2019
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can't have multiple mods created by Mcreator at once

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?

Last seen on 17:31, 2. Oct 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why not export as jar?
Thu, 10/12/2017 - 23:16

why not export as jar?

Last seen on 22:52, 27. Oct 2017
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Don't export them with the
Fri, 10/13/2017 - 13:45

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]

Last seen on 16:11, 11. Sep 2019
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:why not export as jar?
Fri, 10/13/2017 - 20:16

@#1 Don't know how if there is a way to do so.@#2 Thanks that seems to have fixed it.