mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[M20] added images download from scryfall
This commit is contained in:
parent
d0638e71af
commit
b559460f77
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,6 @@ public class ScryfallImageSupportCards {
|
||||||
put("MED", "me1").
|
put("MED", "me1").
|
||||||
put("MEDM", "med").build();
|
put("MEDM", "med").build();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private static final Set<String> supportedSets = new ArraySet<String>() {
|
private static final Set<String> supportedSets = new ArraySet<String>() {
|
||||||
{
|
{
|
||||||
// xmage set codes
|
// xmage set codes
|
||||||
|
@ -239,6 +237,7 @@ public class ScryfallImageSupportCards {
|
||||||
add("GK2");
|
add("GK2");
|
||||||
add("MH1");
|
add("MH1");
|
||||||
add("WAR");
|
add("WAR");
|
||||||
|
add("M20");
|
||||||
//
|
//
|
||||||
add("EURO");
|
add("EURO");
|
||||||
add("GPX");
|
add("GPX");
|
||||||
|
|
Loading…
Reference in a new issue