mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Added some missing configurations for M14.
This commit is contained in:
parent
f9c79e509f
commit
68b2f589f0
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue