Update package.ini - cucholix mods

This commit is contained in:
ppkantorski
2025-05-23 23:03:37 -07:00
committed by GitHub
parent 74b74ee3f0
commit 699af888c5

View File

@@ -1,8 +1,8 @@
;title='Mod Alchemist' ;title='Mod Alchemist'
;creator=ppkantorski ;creator=ppkantorski
;version=0.5.0 ;version=0.5.1
;about='This package was designed for managing, converting, and installing mods.' ;about='This package was designed for managing, converting, and installing mods.'
;credits='Fl4sh9174, KeatonTheBot, StevensND, theboy181' ;credits='Fl4sh9174, KeatonTheBot, StevensND, cucholix, theboy181'
;color=#8e43f7 ;color=#8e43f7
[@Enhance] [@Enhance]
@@ -218,6 +218,11 @@ cp "{file_source}" './pchtxts/{folder_name}/'
file_source './repos/StevensND/*/*.pchtxt' file_source './repos/StevensND/*/*.pchtxt'
cp "{file_source}" './pchtxts/{folder_name}/' cp "{file_source}" './pchtxts/{folder_name}/'
[*cucholix's Mods]
;grouping=split2
file_source './repos/cucholix/*/*.pchtxt'
cp "{file_source}" './pchtxts/{folder_name}/'
[*theboy181's Mods] [*theboy181's Mods]
;grouping=split2 ;grouping=split2
file_source './repos/theboy181/*/*.pchtxt' file_source './repos/theboy181/*/*.pchtxt'
@@ -252,6 +257,9 @@ unzip './repos/KeatonTheBot.zip' './repos/KeatonTheBot/'
[StevensND's Mods] [StevensND's Mods]
unzip './repos/StevensND.zip' './repos/StevensND/' unzip './repos/StevensND.zip' './repos/StevensND/'
[cucholix's Mods]
unzip './repos/cucholix.zip' './repos/cucholix/'
[theboy181's Mods] [theboy181's Mods]
unzip './repos/theboy181.zip' './repos/theboy181/' unzip './repos/theboy181.zip' './repos/theboy181/'