2025-11-16T13:53:15-06:00

This commit is contained in:
Robert Perce 2025-11-16 13:53:15 -06:00
parent 5893fd4a52
commit a47821dacb
2 changed files with 49 additions and 53 deletions

View file

@ -52,33 +52,32 @@ majcraft-update() {
mcversion=$(grep fabricServers vm-majcraft.nix | grep -Po "[0-9_]+" | head -n1)
mcversion=${mcversion//_/.}
versionWithoutPatch=${mcversion%.[0-9]}
# nmDcB62a ModernFix # maintainer doesn't want to update past 1.21.4 until modpacks stabilize
# Jrmoreqs AdvancedBackups # maintainer disappeared, replacing with fastback
mods=(
Jrmoreqs AdvancedBackups
r0v8vy1s Alternate_Current
sml2FMaA AntiXray
lhGA9TYQ Architectury_API
MBAkmtvl Balm
Y8o1j1Sf Better_Fabric_Console
e0M1UDsY Collective
P7dR8mSH Fabric_API
uXXizFIs FerriteCore
nvQzSEkH Jade
jzTUm9hE Just_Mob_Heads
YdVBZMNR Just_Player_Heads
7uh75ruZ KleeSlabs
fQEb0iXm Krypton
gvQqBUqZ Lithium
nmDcB62a ModernFix
qQyHxfxd No_Chat_Reports
34T8oVNY Pl3xMap
zQhsx8KF Servux
G9rHXWug Sessility
9eGKb6K1 Simple_Voice_Chat
doqSKB0e Styled_Chat
DQIfKUHf Styled_Player_List
nxrXbh5K View_Distance_Fix
dbVXHSlv FabricExporter
l6YH9Als Spark
# r0v8vy1s Alternate_Current
# sml2FMaA AntiXray
# lhGA9TYQ Architectury_API
# MBAkmtvl Balm
# Y8o1j1Sf Better_Fabric_Console
# e0M1UDsY Collective
# P7dR8mSH Fabric_API
ZHKrK8Rp FastBack
# uXXizFIs FerriteCore
# nvQzSEkH Jade
# 7uh75ruZ KleeSlabs
# fQEb0iXm Krypton
# gvQqBUqZ Lithium
# qQyHxfxd No_Chat_Reports
# 34T8oVNY Pl3xMap
# zQhsx8KF Servux
# G9rHXWug Sessility
# 9eGKb6K1 Simple_Voice_Chat
# doqSKB0e Styled_Chat
# DQIfKUHf Styled_Player_List
# nxrXbh5K View_Distance_Fix
# dbVXHSlv FabricExporter
# l6YH9Als Spark
)
for (( i=0; i<${#mods[*]}; i+=2 )); do
slug="${mods[$i]}"