This commit is contained in:
Merith 2022-03-30 00:01:07 +00:00
parent 38abdc360e
commit c246597055
53 changed files with 390 additions and 411 deletions

View file

@ -37,7 +37,7 @@ technic:
@echo "Making Technic pack"
-rm -rf .technic
-cp -r .minecraft .technic
mv .technic/vanillia.icon.png .technic/icon.png
cp vanillia_icon.png .technic/icon.png
cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml && cd ..
-rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml
7z d ../vanillia-technic.zip ./* ./.* -r