mcdelta-project / mcdelta-python

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

Install multiple mods at once #20

Closed williambl closed 8 years ago

williambl commented 8 years ago

I'm thinking something like this (psuedocode):

if(command == "installm" OR command == "installmany"): #installm is short for installmany
    modslist = get_array_of_mods_given()
    for item in modslist:
        install(item)