Jump to content

Allow sub-folders within /mods (not version folders) for better organization


elonhusk

Recommended Posts

Hello,

 

Organizing mods is a nightmare and I've always wished I could use subfolders named with categories to place different types of mods into in my /mods directory but Forge doesn't like when I try it.

 

This would be easy to implement with dir.listFiles()

 

https://www.baeldung.com/java-list-directory-files

https://www.technicalkeeda.com/java-tutorials/java-file-listfiles-method-example

 

Example

/mods/

folder-named-worldgen/mods-about-worldgen

folder-named-mobs/mods-about-mobs

folder-named-biomes/mods-about-biomes

etc.

Edited by elonhusk
Link to comment
Share on other sites

I think he is asking for us to still load all of the mods, just to make us scan subfolders as well.

This is already possible with the mod discovery API we have.

I don't think we'll add this to Forge by default because it'd just be to prone to user errors. Duplicate mods, different versions, and the like.

I'm not seeing the benefit of something like this.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

One case I can think of would be to have a folder of optional mods (renamed with .disabled after the extension to prevent loading). When modpacks get large it can become more difficult to find the ones you are looking for, and I don't see how more organisation can hurt. You can search if you know what mod you are looking for but you can't search for "optional mods". Duplicates/different versions would get flagged up on launch.

It could be put behind a config option.

Edited by Alpvax
Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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