Added some missing configurations for M14.

This commit is contained in:
LevelX2 2013-07-10 14:11:11 +02:00
parent f9c79e509f
commit 68b2f589f0
3 changed files with 4 additions and 3 deletions

View file

@ -32,7 +32,7 @@ public class GathererSets implements Iterable<DownloadJob> {
"LRW", "MOR",
"SHM", "EVE"};
private static final String[] withMythics = {"M10", "M11", "M12", "M13",
private static final String[] withMythics = {"M10", "M11", "M12", "M13", "M14",
"DDF",
"ALA", "CON", "ARB",
"ZEN", "WWK", "ROE",

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
{
put("M14", "magic-2014");
put("MMA", "modern-masters");
put("DGM", "dragons-maze");
put("GTC", "gatecrash");

View file

@ -60,6 +60,6 @@ ptk=p3k
gur=guru
mpr=mprp
# Remove DGM as sson as the images can be downloaded
ignore.urls=TOK,EMBLEM,M14
ignore.urls=TOK,EMBLEM
# sets ordered by release time (newest goes first)
token.lookup.order=MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK
token.lookup.order=M14, MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK