How do I create a modid?

Started by MyNameI5Ryan on

Topic category: Help with MCreator software

Last seen on 03:04, 6. Oct 2018
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I create a modid?

Hello, I am currently working on my own mod and I have been having some troubles with creating my Mod Id.

If I try to wear an item from my mod on my head I cannot do so because the lack of my Mod Id. If anyone could show me how I make a Mod Id that would be greatly appreciated. 

Last seen on 21:13, 31. Aug 2022
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you want to have a custom…
Fri, 10/05/2018 - 18:53

If you want to have a custom ModID (e.g: crazyadventures:backpack) you need to go to your code section, and then open the mcmod.info .
Then you edit the section:

"modid": "testenviromentmod",

To:

"modid": "<MODID NAME>",

Hope this helps.