9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-19 14:59:13 +00:00

Catch full pack description

This commit is contained in:
Kas-tle
2022-11-10 16:24:34 -08:00
committed by GitHub
parent 4d77d84be5
commit 1a2955872f

View File

@@ -321,7 +321,7 @@ uuid3=($(uuidgen))
uuid4=($(uuidgen))
# get pack description if we have one
pack_desc=($(jq -r '(.pack.description // "Geyser 3D Items Resource Pack")' ./pack.mcmeta))
pack_desc="$(jq -r '(.pack.description // "Geyser 3D Items Resource Pack")' ./pack.mcmeta)"
# generate rp manifest.json
status_message process "Generating resource pack manifest"