From 5ce2bcc66f8aef1a7f8b017ef0d550b2f46f8cf7 Mon Sep 17 00:00:00 2001 From: 2vb <37525928+2vb@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:34:40 +0000 Subject: [PATCH 1/2] Remove 1.20.1 test pack --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.sh diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 00fba16..7806f6d --- a/setup.sh +++ b/setup.sh @@ -2,4 +2,4 @@ npm i mkdir input mkdir out wget -O input/1.8.zip https://twovb.xyz/meow/packs/1.8.zip -wget -O input/1.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip +# wget -O input/1.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip 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 2/2] 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)