NOISSUE add import from curse zip packs

Does not actually grab mods, but resolves them and prints the results in logs.
This commit is contained in:
Petr Mrázek
2017-04-20 05:22:04 +02:00
parent e9a6199507
commit 6bd2605a79
7 changed files with 298 additions and 11 deletions

View File

@ -291,6 +291,12 @@ set(MINECRAFT_SOURCES
minecraft/ftb/FTBPlugin.h
minecraft/ftb/FTBPlugin.cpp
# Curse
minecraft/curse/PackManifest.h
minecraft/curse/PackManifest.cpp
minecraft/curse/FileResolvingTask.h
minecraft/curse/FileResolvingTask.cpp
# Assets
minecraft/AssetsUtils.h
minecraft/AssetsUtils.cpp