update icons and cc textures
This commit is contained in:
parent
8d337eabba
commit
48954edb3c
184 changed files with 3064 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -27,11 +27,13 @@ modrinth:
|
|||
|
||||
multimc:
|
||||
@echo "Making MultiMC pack"
|
||||
cp .minecraft/kubejs/config/packicon.png ./packicon.png
|
||||
7z d ../modpack-multimc.zip ./* -r
|
||||
7z d ../modpack-multimc.zip ./.minecraft -r
|
||||
7z a ../modpack-multimc.zip ./* -r
|
||||
7z a ../modpack-multimc.zip ./.minecraft -r
|
||||
7z d ../modpack-multimc.zip ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r
|
||||
rm ./packicon.png
|
||||
|
||||
technic:
|
||||
@echo "Making Technic pack"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue