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

Hello,

is it possible to give the mcmod.info file another name? For example core_mod.info and if so where can I set it?

I would like to create a specific .info file for every child mod of my mod...

 

 

- Busti

 

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

I'm not sure that is the best way to organize mods that work together.  I think you should have them all at same level in the workspace (each with own /src folder).  Then to use them together they should have API that can be called from each other, and if any depend on others you should list them as dependencies (in the mcmod.info).

 

How are you building the directory structure you have currently?  It seems like it would be a problem to have the source all intermingled like that.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

  • Author

I'm orienting myself at Project Red... The different mods are not like "SubMods" but more like different Components...

I am just trying to find out how Project Red managed to create multiple .info files for every component.

https://github.com/MrTJP/ProjectRed/tree/master/resources

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Okay, they are doing a kinda a complicated build.gradle that actually renames each one to mcmod.info during the build.  Look at their build.gradle file.  It has lines such as:

        rename ("lighting_mod.info", 'mcmod.info')

 

When building code, you can pretty much navigate all sorts of folder structures.  But I don't think doing it their way is necessary.  But yeah if you want to mess around with the build.gradle you can pick up the files you need from any folder structure.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

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.