a
This commit is contained in:
commit
60708b0a9c
|
@ -9,4 +9,6 @@
|
||||||
- Compass
|
- Compass
|
||||||
- Potion
|
- Potion
|
||||||
- Decide what to do with particles, as particles are split into separate files in 1.20.
|
- 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.
|
- 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)
|
||||||
|
|
2
setup.sh
Normal file → Executable file
2
setup.sh
Normal file → Executable file
|
@ -2,4 +2,4 @@ npm i
|
||||||
mkdir input
|
mkdir input
|
||||||
mkdir out
|
mkdir out
|
||||||
wget -O input/1.8.zip https://twovb.xyz/meow/packs/1.8.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
|
# wget -O input/1.20.1.zip https://twovb.xyz/meow/packs/1.20.1.zip
|
||||||
|
|
Reference in New Issue
Block a user