mirror of
https://github.com/G2-Games/Old-Ores-MC.git
synced 2025-04-19 03:22:54 -05:00
Make bedrock package with .mcpack
extension
This commit is contained in:
parent
46f54ed5c4
commit
0ac2a577d4
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -64,6 +64,6 @@ overlay_on "../textures/stones/deepslate.png" "deepslate_" "" "coal.png" "_deeps
|
||||||
|
|
||||||
echo "Packaging"
|
echo "Packaging"
|
||||||
|
|
||||||
7z a -tzip "Old.Ores.$version-Bedrock.zip" -w ./bedrock/* > /dev/null
|
7z a -tzip "Old.Ores.$version-Bedrock.mcpack" -w ./bedrock/* > /dev/null
|
||||||
|
|
||||||
cd "$currentdir" || exit 1
|
cd "$currentdir" || exit 1
|
||||||
|
|
Loading…
Reference in a new issue