diff --git a/README.md b/README.md index a9d9699..5bf3a22 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,6 @@ - Compass - Potion - 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) 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