9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-29 11:29:07 +00:00

Update converter.sh

This commit is contained in:
Kas-tle
2022-05-22 01:52:00 -07:00
committed by GitHub
parent ee7f9b26af
commit 5e8135babc

View File

@@ -975,7 +975,7 @@ jq '
status_message process "Compressing output packs"
mkdir ./target/packaged
cd ./target/rp > /dev/null && zip -rq8 geyser_rp.mcpack . -x "*/.*" && cd ../.. > /dev/null && mv ./target/rp/geyser_rp.mcpack ./target/packaged/geyser_rp.mcpack
cd ./target/rp > /dev/null && zip -rq8 geyser_rp.mcpack . -x "*/.*" -x "./staging/*" && cd ../.. > /dev/null && mv ./target/rp/geyser_rp.mcpack ./target/packaged/geyser_rp.mcpack
cd ./target/bp > /dev/null && zip -rq8 geyser_bp.mcpack . -x "*/.*" && cd ../.. > /dev/null && mv ./target/bp/geyser_bp.mcpack ./target/packaged/geyser_bp.mcpack
cd ./target/packaged > /dev/null && zip -rq8 geyser.mcaddon . -i "*.mcpack" && cd ../.. > /dev/null
mkdir ./target/unpackaged