3 Commits
6.2 ... 6.2.1

Author SHA1 Message Date
7e783772dc Fix mod list merging
Some checks are pending
Build and Release modpack / Create Release from tag (push) Waiting to run
2026-04-02 02:49:42 +02:00
3bf4ade582 Fix duplicated mod because of missing server files
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 6m35s
2026-04-01 23:55:36 +02:00
8a8a73d6db Fix unignore shaders and improve update notification
Some checks failed
Build and Release modpack / Create Release from tag (push) Failing after 1m34s
2026-04-01 21:52:39 +02:00
3 changed files with 19 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ jobs:
git fetch origin +refs/heads/main
git checkout main
rm -rf ./minecraft/mods
cp -r /out/client/* .
cp -r /out/client/** .
git config user.name gitAutomationBot
git config user.email service+git@marquis.site
@@ -85,13 +85,13 @@ jobs:
files: |-
/out/curse/*-${{ github.ref_name }}.zip
- name: "Send notification"
uses: ivanmilov/telegram_notify_action@v1
with:
api_key: ${{ secrets.TELEGRAM_API_KEY }}
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
message: >
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
# - name: "Send notification"
# uses: ivanmilov/telegram_notify_action@v1
# with:
# api_key: ${{ secrets.TELEGRAM_API_KEY }}
# chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
# message: |
# Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
[download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).
# Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
# [download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).

1
.gitignore vendored
View File

@@ -36,7 +36,6 @@ minecraft/logs
minecraft/modernfix/structureCache*
minecraft/saves
minecraft/screenshots
minecraft/shaderpacks
minecraft/simplebackups/
minecraft/TombManyGraves

View File

@@ -3,6 +3,8 @@ mod_loader_type: "NeoForge"
modpack:
curse_id: 925200 # ATM10
consider_serverfile_generations: 2
customizations:
server:
@@ -12,6 +14,7 @@ customizations:
- "user_jvm_args.txt"
- "*.sh"
- "*.bat"
- "mods/productivebees-1.21.1-13.13.1.jar"
client:
extra_files:
- "./servers.dat"
@@ -27,9 +30,13 @@ customizations:
server: true
# Ignored
- mod_id: 282001
server: false
- mod_id: 282001 # CC: Tweaked
server: false # Included via overrides
client: false
- mod_id: 377897 # Productive Bees
file_id: 7852443
server: true
client: true
# Fix stupid Curse API
- mod_id: 391382