Add Recipe Book #2

Merged
Lea merged 24 commits from :recipe-book into master 2023-08-26 10:50:53 +00:00
Showing only changes of commit 16de822cb2 - Show all commits

View file

@ -25,6 +25,7 @@ function block_for_change {
function build {
echo "Copying pack to $TARGET_PATH"
rm -rf "$TARGET_PATH"
sleep 1
cp -r "./pack" "$TARGET_PATH"
echo "Reload the game with F3+T now"
}