Initial commit

This commit is contained in:
2026-07-15 07:29:14 +03:00
commit fb3aadb1f5
123 changed files with 1469 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#!/bin/bash
#
# Downloading mods to local folder
# @see https://juraj-hrivnak.github.io/Pakku/pakku-fetch.html
# Следует использовать после команды sync,
# которая синхронизирует локальные моды с регистром pakku
#
set -eu pipefail
pakku() { pakku-mc "$@"; }
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
REPO_ROOT="${SCRIPT_DIR}/.."
cd "${REPO_ROOT}" || exit 1
pakku fetch --shelve && mv .pakku/shelf/* mods/