mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[6ED] added set
This commit is contained in:
parent
6cdd4d2de3
commit
90559b8d69
5 changed files with 59 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
symbolsReplacements.put("VIS", "VI");
|
||||
symbolsReplacements.put("MIR", "MI");
|
||||
symbolsReplacements.put("7ED", "7E");
|
||||
symbolsReplacements.put("6ED", "6E");
|
||||
}
|
||||
|
||||
public GathererSets(String path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue