diff --git a/.gitignore b/.gitignore index 1b8d1f2..e22bacc 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,5 @@ dist .yarn/install-state.gz .pnp.* -asdf/ out/ -test/ +input/ \ No newline at end of file diff --git a/setup.sh b/setup.sh index 5532c29..00fba16 100644 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ npm i -mkdir test +mkdir input mkdir out -wget -O test/1.8.zip https://twovb.xyz/meow/packs/1.8.zip -wget -O test/1.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip +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