Push 1.20.1 Archive
This commit is contained in:
parent
3a6b398dc6
commit
217759f578
237 changed files with 2285 additions and 3368 deletions
13
Makefile
13
Makefile
|
@ -25,7 +25,8 @@ default:
|
|||
@echo ""
|
||||
|
||||
PACKNAME := $(notdir $(CURDIR))
|
||||
PACKURL := $(shell pw detectLocal)
|
||||
PACKURL := $(shell pw detect)
|
||||
PACKLOCAL := $(shell pw detectLocal)
|
||||
|
||||
curseforge: refresh
|
||||
-mkdir .build
|
||||
|
@ -50,6 +51,16 @@ multimc: refresh
|
|||
7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r
|
||||
@sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg
|
||||
|
||||
local: refresh
|
||||
-mkdir .build
|
||||
@echo "Making MultiMC pack"
|
||||
7z d .build/${PACKNAME}-multimc.zip ./* -r
|
||||
7z d .build/${PACKNAME}-multimc.zip ./.minecraft -r
|
||||
@sed -i 's#{PACKURL}#${PACKLOCAL}#' instance.cfg
|
||||
7z a .build/${PACKNAME}-multimc.zip ./* -r
|
||||
7z a .build/${PACKNAME}-multimc.zip ./.minecraft -r
|
||||
7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r
|
||||
@sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg
|
||||
|
||||
technic: refresh
|
||||
-mkdir .build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue