From 9058c65111c40ebf79a9f1e8e41f551dfd275256 Mon Sep 17 00:00:00 2001 From: 2vb <37525928+2vb@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:55:58 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f223a..017a497 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ - Potion - Fix "EISDIR" error with certain resource packs. (Prism as an example) - Decide what to do with particles, as particles are split into separate files in 1.20. -- Implement a way to duplicate a texture and rename them to separate names (dye_powder_white -> bone_meal + white_dye) etc. \ No newline at end of file +- Implement a way to duplicate a texture and rename them to separate names (dye_powder_white -> bone_meal + white_dye) etc. +- Multi-version support (way in the future) +- Electron app (even more way into the future)