From ca058bbfaa676fac8d70c6713d10c427d629ce1c Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Wed, 9 Oct 2024 02:12:09 +0200 Subject: [PATCH] Add a TODO to allow for manual file type overrides when merging files --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index eb16428..673fcd3 100644 --- a/TODO.md +++ b/TODO.md @@ -23,6 +23,7 @@ This is a rather unorganised list of TODOs just so I can somewhat keep track of ### Nice to haves - [ ] Preserve formatting as much as possible when merging files +- [ ] Allow for overriding file types for file merge apply policies rather than relying on the file extension - [ ] Support resource and shaderpack installs rather than just mods. - [ ] Concurrent mod downloads to speed up profile installation/updates. - [ ] Concurrent mod metadata downloads to speed up running the `update` command.