mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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:
@@ -110,7 +110,7 @@ def initializeForgeCards():
|
||||
|
||||
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