From e6b4eff11e05f113410300c0f386fb76a5a78c09 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Wed, 9 Oct 2024 01:48:28 +0200 Subject: [PATCH] Add TODO to show the package version in `mmm` --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e6991ab..66bc885 100644 --- a/TODO.md +++ b/TODO.md @@ -16,7 +16,8 @@ This is a rather unorganised list of TODOs just so I can somewhat keep track of merge (with conflict overrides on a file content level) should result in an install dir with A and B, where a.json and b.json are in A, and a.json is the result of merging a.json into the installed a.json (overwriting any existing key's values with the modpack's values), and the original files in folder B untouched (x.json and y.json) merge (retaining original/modified values) merge should result in an install dir with A and B, where a.json and b.json are in A, and a.json is the result of merging a.json into the installed a.json (retaining the existing values from the file in the install dir), and the original files in folder B untouched (x.json and y.json) -- [ ] Test the merge apply policies when I am not half asleep. +- [ ] Test the merge apply policies when I am not half asleep +- [ ] Show package version somewhere in `mmm` ### Nice to haves