mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Support Set lookup for J21 and other future sets.
Forge loads all files found on the setlookup folder. Example J21.txt (J21 set code) contains a list of set codes (sorted from Newest to Oldest beforehand) to lookup for images on other sets.
This commit is contained in:
@@ -36,7 +36,7 @@ public class CardDatabaseHelper {
|
||||
customReader = null;
|
||||
}
|
||||
staticData = new StaticData(reader, customReader, ForgeConstants.EDITIONS_DIR,
|
||||
ForgeConstants.USER_CUSTOM_EDITIONS_DIR ,ForgeConstants.BLOCK_DATA_DIR,
|
||||
ForgeConstants.USER_CUSTOM_EDITIONS_DIR ,ForgeConstants.BLOCK_DATA_DIR, ForgeConstants.SETLOOKUP_DIR,
|
||||
"Latest Art All Editions",
|
||||
true,
|
||||
false);
|
||||
|
||||
Reference in New Issue
Block a user