mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Moved formats into separate folder so that additional custom format files can be added - added Pauper and Kaladesh_Standard as examples
This commit is contained in:
@@ -15,7 +15,7 @@ pathToMtgData = os.path.join(toolsDir, "mtg-data.txt")
|
||||
|
||||
def initializeFormats():
|
||||
formats = {}
|
||||
formatLocation = os.path.join(resDir, 'blockdata', 'formats.txt')
|
||||
formatLocation = os.path.join(resDir, 'formats', 'coreformats.txt')
|
||||
print "Looking for formats in ", formatLocation
|
||||
with open(formatLocation) as formatFile:
|
||||
while formatFile:
|
||||
|
||||
Reference in New Issue
Block a user