bigbass1997 / NotEnoughProduction

NEP is a tool for building production chains (flowcharts) for modded minecraft. It also features similar functionality to NEI, but without needing to run the game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecipeAtlas Management Screen

bigbass1997 opened this issue · comments

Create a GUI which allows the user to select which recipe atlas to use. The atlas is the JSON file which contains all of the recipes that NEP uses.

The GUI should sync with all of the available download mirrors in order grab all available atlases for download. It should also list all atlases that are available locally, while making sure there aren't duplicates. As in, if the user has already downloaded an atlas, then it should indicate such a situation for that particular atlas.

It will be safe for now just to compare the filenames (minus extension). In the future, it may be helpful to implement file hashing to better compare local vs remote files.