Compare commits

...

25 Commits

Author SHA1 Message Date
234adc8de0 new mods
Some checks failed
Modlist update / update (push) Failing after 57s
2026-02-09 19:35:50 +00:00
README [bot]
7bafe2ad85 [AUTO] README update 2026-02-09 19:28:46 +00:00
22024ef3ce Upload files to "/"
All checks were successful
Modlist update / update (push) Successful in 1m4s
2026-02-09 19:27:40 +00:00
README [bot]
65ba50f78b [AUTO] README update 2026-02-09 19:18:51 +00:00
b9ee632e8d Upload files to "/"
All checks were successful
Modlist update / update (push) Successful in 59s
2026-02-09 19:17:48 +00:00
a6937fef5d Upload files to "/"
Some checks failed
Modlist update / update (push) Failing after 27s
2025-12-19 02:39:34 +00:00
README [bot]
2946bca20a [AUTO] README update 2025-12-18 21:33:48 +00:00
8279ebb1a9 Upload files to "/"
All checks were successful
Modlist update / update (push) Successful in 32s
2025-12-18 21:33:13 +00:00
README [bot]
0ab0f6fd2f [AUTO] README update 2025-11-18 01:38:58 +00:00
28602a69f7 Upload files to "/"
All checks were successful
Modlist update / update (push) Successful in 1m31s
2025-11-18 01:37:24 +00:00
README [bot]
32477be863 [AUTO] README update 2025-10-18 18:25:23 +00:00
601ea200a0 clearing mods so workflow can run
All checks were successful
Modlist update / update (push) Successful in 1m2s
2025-10-18 14:24:18 -04:00
04d8174adf ready for prod
Some checks failed
Modlist update / update (push) Failing after 1m1s
2025-10-18 14:23:32 -04:00
README [bot]
f15e08c853 [AUTO] README update 2025-10-18 18:23:19 +00:00
312a375b63 syntax fix
All checks were successful
Modlist update / update (push) Successful in 1m3s
2025-10-18 14:22:14 -04:00
1ff0fc9600 testing sed cmd
Some checks failed
Modlist update / update (push) Failing after 1m2s
2025-10-18 14:20:57 -04:00
README [bot]
ad6ab2a35d [AUTO] README update 2025-10-18 18:20:19 +00:00
83031d69b3 fixed sed command
All checks were successful
Modlist update / update (push) Successful in 1m1s
2025-10-18 14:19:13 -04:00
README [bot]
4f793326db [AUTO] README update 2025-10-18 18:18:39 +00:00
9676984d63 fixing truncation
All checks were successful
Modlist update / update (push) Successful in 1m2s
2025-10-18 14:17:33 -04:00
README [bot]
bc8c395cca [AUTO] README update 2025-10-18 18:16:54 +00:00
cae3c8c705 testing
All checks were successful
Modlist update / update (push) Successful in 1m2s
2025-10-18 14:15:50 -04:00
README [bot]
e21b0dc961 [AUTO] README update 2025-10-18 18:15:50 +00:00
2e9fb70aab Merge branch 'main' of https://code.jakeyoungdev.com/minecraft/server-mods
All checks were successful
Modlist update / update (push) Successful in 1m2s
2025-10-18 14:14:43 -04:00
f41628e29a file cleanup 2025-10-18 14:14:33 -04:00
3 changed files with 17 additions and 17 deletions

View File

@@ -12,13 +12,12 @@ jobs:
run: | run: |
unzip unzip_me.zip unzip unzip_me.zip
- name: "truncate readme" - name: "update readme with new mods"
shell: bash shell: bash
run: | run: |
sed -i 's/MODS:.*/MODS:/' README.md sed -i '/MODS:/,$d' README.md
cat README.md echo "MODS:<br />" >> README.md
echo "$(ls --format=single-column *.jar)" >> README.md echo "$(ls --format=single-column *.jar | sed 's/$/<br \/>/')" >> README.md
cat README.md
git config user.name "${{ vars.WORKFLOW_USERNAME }}" git config user.name "${{ vars.WORKFLOW_USERNAME }}"
git config user.email "${{ vars.WORKFLOW_EMAIL }}" git config user.email "${{ vars.WORKFLOW_EMAIL }}"
git add README.md git add README.md

View File

@@ -2,15 +2,16 @@
This is the current modpack for the current Minecraft season This is the current modpack for the current Minecraft season
## List of Mods ## List of Mods
MODS: MODS:<br />
FarmersDelight-1.21.7-3.2.4+refabricated.jar FarmersDelight-1.21.11-3.4.6+refabricated.jar<br />
XaerosWorldMap_1.39.12_Fabric_1.21.7.jar cratedelight-25.09.22-1.21.7-fabric.jar<br />
cratedelight-25.09.22-1.21.7-fabric.jar elytratrims-fabric-4.6.2+1.21.11.jar<br />
elytratrims-fabric-4.3.2+1.21.8.jar entity_model_features_1.21.11-fabric-3.0.11.jar<br />
fabric-api-0.128.1+1.21.7.jar entity_texture_features_1.21.11-fabric-7.0.8.jar<br />
fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar fabric-api-0.141.3+1.21.11.jar<br />
framework-fabric-1.21.7-0.12.3.jar fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar<br />
freecam-fabric-1.3.4+mc1.21.6.jar framework-fabric-1.21.11-0.13.11.jar<br />
logical_zoom-0.0.31.jar freecam-fabric-1.3.6+mc1.21.11.jar<br />
mighty_mail-fabric-1.21.7-1.2.1.jar sodium-fabric-0.8.4+mc1.21.11.jar<br />
sodium-fabric-0.6.13+mc1.21.6.jar xaerominimap-fabric-1.21.11-25.3.10.jar<br />
xaeroworldmap-fabric-1.21.11-1.40.11.jar<br />

Binary file not shown.