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:
2026-07-16 09:46:11 +03:00
parent fb3aadb1f5
commit d284b419b8
7 changed files with 3632 additions and 35 deletions

View File

@ -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