Currently the detection of new mods in the folder that were downloaded from the website and put in the mods folder and not through client have a hard time being detected so a refresh button would be nice to force check if there are new or missing jars or resource packs
for game or mod suggestions go to our discord
This board is being moderated, if you wish for your idea(s) to go public, please consider the following:
If your idea already exists, vote for it, this will increase the chances for the idea to become reality. Duplicate ideas only split and lower votes
This board is for new ideas and feature suggestions, for technical issues or bug reports, visit/contact CurseForge Support
This ensures that the idea is accessible to a wider audience and makes it easier for others to understand and vote for the idea
Any ideas posted with foul language will not be published and get deleted
Avoid posting 'lists' of different ideas, we won't be able to address them with a proper status and they will get less votes from others, each idea should have its own post
Posts with multiple ideas can not be merged and prevent us from opening these posts for upvotes
and thanks for implementing this! :) <3
Thanks, good point.
I have some code laying around to parse JAR files and get some info out of them. I've used it in the past to generate markdown files with a list of mods, their versions, authors, the CurseForge link, etc. shouldn't be too much of a struggle to sync the mods and show "custom" mods separately :)
I've used pizzip to parse the JAR files in NodeJS.