
I needed a tool to help me with a small modpack I'm working on, so I decided to see what current AI Coding tools can do (no this does not mean my mods will be ai-coded), and then got a bit sidetracked with adding more features… 2 days later and this tool is the result. Features:
– Show mod dependencies as graph
– Resolve descriptions and dependences from mod manifests, and combines them with data from modrinth and curseforge. So if something is not properly defined in the manifest, it can still get that dependency data online. Shows dependencies in both directions in the mod detail view
– Smart library mod detection, which combined with the dependency resolution allows finding leftover library mods
– Mixin analysis of each mod, to see what mixins it has, and which other mods have mixins into this mod
– Semantic search based on the actual full description of each mod
– Config file editor
– Shows embedded mods and modules
You can check it out here, it's open source on github: https://github.com/Rearth/Modpack-Inspector
I'm not trying to make money off this or anything, just sharing it as it might be helpful for some users here.
by rearthhax
3 Comments
yo this is fucking amazing
This is very cool!
Also, does it work for all Minecraft versions and modloaders?