From f21ae66265d5e3251bd996df1fc7ed7f52ec95b0 Mon Sep 17 00:00:00 2001 From: flow Date: Sun, 28 Aug 2022 22:33:44 -0300 Subject: 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 --- launcher/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'launcher/CMakeLists.txt') 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 -- cgit