Update modpack to Minecraft 26.1.1 and Fabric 0.19.3
- Update Minecraft version from 1.21.10 to 26.1.1 and Fabric from 0.18.4 to 0.19.3 - Replace reinforced chests with iron chest with fabric support - Remove carry on, villager pickup, quartz elevator, easy install, and measurements due to incompatibility or redundancy - Replace REI with NEI due to compatibility issues with tom's storage - Update installation instructions and repository URL from m2110 to m2612 - Remove Architectury API and Cloth Config API as they are no longer required - Update mod descriptions and legend to reflect changes in modpack composition
This commit is contained in:
@ -7,7 +7,7 @@ pakku() { pakku-mc "$@"; }
|
||||
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
|
||||
REPO_ROOT="${SCRIPT_DIR}/.."
|
||||
SOURCE_ZIP="${REPO_ROOT}/build/serverpack/*.zip"
|
||||
TARGET_DIR="/home/dimti/Seafile/minecraft/installers/m2110"
|
||||
TARGET_DIR="/home/dimti/Seafile/minecraft/installers/m2612"
|
||||
|
||||
cd "${REPO_ROOT}" || exit 1
|
||||
|
||||
|
||||
@ -2,8 +2,7 @@
|
||||
#
|
||||
# Downloading mods to local folder
|
||||
# @see https://juraj-hrivnak.github.io/Pakku/pakku-fetch.html
|
||||
# Следует использовать после команды sync,
|
||||
# которая синхронизирует локальные моды с регистром pakku
|
||||
# Следует использовать после команды sync, которая синхронизирует локальные моды с регистром pakku
|
||||
#
|
||||
|
||||
set -eu pipefail
|
||||
|
||||
@ -14,7 +14,6 @@ cd "${REPO_ROOT}" || exit 1
|
||||
# Массив ключевых слов для идентификации кастомных модов
|
||||
CUSTOM_MOD_KEYWORDS=(
|
||||
"advanced-xray"
|
||||
"easy-install"
|
||||
"mobility"
|
||||
)
|
||||
|
||||
@ -39,7 +38,12 @@ restore_custom_mods() {
|
||||
# Перемещаем кастомные моды в карман перед синхронизацией
|
||||
shelve_custom_mods
|
||||
|
||||
pakku sync
|
||||
# Если нет файла pakku-lock.json, то выполнить команду инициализации
|
||||
if [ ! -f pakku-lock.json ]; then
|
||||
pakku init -n m2612 -v 0.0.1 --mc-v=26.1.2 -l fabric=0.19.3 -t multiplatform
|
||||
fi
|
||||
|
||||
pakku -y sync
|
||||
|
||||
# Возвращаем кастомные моды обратно
|
||||
restore_custom_mods
|
||||
|
||||
Reference in New Issue
Block a user