Fixes imports.

This commit is contained in:
2026-09-22 21:37:11 -07:00
committed by Tom
parent 2385f1d088
commit a7f1ff712a

View File

@@ -27,10 +27,10 @@ public class ImportConfig {
"foundryvtt", "foundryvtt",
"https://github.com/foundryvtt/pf2e", "https://github.com/foundryvtt/pf2e",
ImportSource.ImportType.GIT_ARCHIVE, ImportSource.ImportType.GIT_ARCHIVE,
"https://github.com/foundryvtt/pf2e/archive/refs/heads/master.zip", "https://github.com/foundryvtt/pf2e/archive/refs/heads/v14-dev.zip",
"com.majinnaibu.monstercards.importers.Pf2eImporter", "com.majinnaibu.monstercards.importers.Pf2eImporter",
".json", ".json",
"pf2e-master/packs/" "pf2e-14-dev/packs/pf2e"
)); ));
SOURCES.add(new ImportSource( SOURCES.add(new ImportSource(
@@ -39,10 +39,10 @@ public class ImportConfig {
"foundryvtt", "foundryvtt",
"https://github.com/foundryvtt/pf2e", "https://github.com/foundryvtt/pf2e",
ImportSource.ImportType.GIT_ARCHIVE, ImportSource.ImportType.GIT_ARCHIVE,
"https://github.com/foundryvtt/pf2e/archive/refs/heads/master.zip", "https://github.com/foundryvtt/pf2e/archive/refs/heads/v14-dev.zip",
"com.majinnaibu.monstercards.importers.Pf2eImporter", "com.majinnaibu.monstercards.importers.Pf2eImporter",
".json", ".json",
"pf2e-master/packs/sf2e" "pf2e-14-dev/packs/sf2e"
)); ));
} }
} }