aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-08-28 22:33:44 -0300
committerflow <flowlnlnln@gmail.com>2022-09-03 13:37:21 -0300
commitf21ae66265d5e3251bd996df1fc7ed7f52ec95b0 (patch)
tree2969b2c5911001f467d0f6950c35a0d5f515af07 /launcher/CMakeLists.txt
parentafa1a5e93228350ea5689b39655046b49a0133a5 (diff)
downloadPrismLauncher-f21ae66265d5e3251bd996df1fc7ed7f52ec95b0.tar.gz
PrismLauncher-f21ae66265d5e3251bd996df1fc7ed7f52ec95b0.tar.bz2
PrismLauncher-f21ae66265d5e3251bd996df1fc7ed7f52ec95b0.zip
feat: add basic resource pack parsing of pack.mcmeta
This parses the pack format ID and the description from the local file, from both a ZIP and a folder, and hooks it into the model. Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 7c3c2f28..ef8ec681 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -336,6 +336,8 @@ set(MINECRAFT_SOURCES
minecraft/mod/tasks/LocalModParseTask.cpp
minecraft/mod/tasks/LocalModUpdateTask.h
minecraft/mod/tasks/LocalModUpdateTask.cpp
+ minecraft/mod/tasks/LocalResourcePackParseTask.h
+ minecraft/mod/tasks/LocalResourcePackParseTask.cpp
# Assets
minecraft/AssetsUtils.h