mcdelta-project / mcdelta-python

MCDelta client written in Python
GNU General Public License v3.0
3 stars 3 forks source link

Add support for exporting .modlist files #25

Closed williambl closed 8 years ago

williambl commented 8 years ago

And then downloading from them. They should be like this:

{
"Modlist":["MinecraftForge","Endplus","SomethingElse","Anothermod"]
}

Assigning this to myself because I need to contribute more code.

williambl commented 8 years ago

Done.