Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I'm working on a new modding project, and for some reason my mcmod file is non-functional.

 

My encompassing class is CMI, so the zipfile for my mod contains the reobf'd CMI folder and the mcmod.info file described below. This is showing no information within the MultiMC tab, and the in-game mod list is telling me to provide a mcmod.info file.

 

{
  "modinfoversion": 2,
  "modlist": [{
    "modid": "AECMI",
    "name": "AEther's CMI",
    "description": "Integration between some of the biggest and coolest mods out there!",
    "version": "0.0.1",
    "mcversion": "1.4.6/7",
    "url": "http://www.minecraftforum.net/topic/1664069-wip-aethers-cmi-cross-mod-integration/",
    "authors": [ "AEtherchild", ],
    "requiredMods": [ "Forge" ],
  }]
}

 

The mcmod.info file was made in Notepad, ANSI encoded, if that makes a difference at all. I don't have an option to save-as in JSON so that was the next best choice.

 

I've also set mod metadata within my CMI class itself, I have NO idea whether this is supposed to help or not.

 

@PreInit
public void load(FMLPreInitializationEvent event) {
	event.getModMetadata().modId = "AECMI";
	event.getModMetadata().version = "0.0.1";
	event.getModMetadata().name = "AEther's CMI";
	event.getModMetadata().description = "Integration between some of the biggest mods out there!";
	event.getModMetadata().authorList.add("AEtherchild");
	event.getModMetadata().url = "http://www.minecraftforum.net/topic/1664069-wip-aethers-cmi-cross-mod-integration/";
}

 

Question is. What am I doing wrong?

 

Also while I'm here, I attempted to have the mcmod.info file within my CMI package in Eclipse, yet it got skipped over in obfuscation. Presumably I'm doing something wrong here too.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.