2 Commits
6.3 ... 7.0

Author SHA1 Message Date
ee753865fe Update modpack to 7.0
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 10m55s
2026-05-15 20:07:32 +02:00
f8b4936951 Fix Version in release title
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 7m55s
2026-04-05 14:20:52 +02:00
2 changed files with 4 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Build and Push Container image for the Server
run: |
docker login ${IMAGE_URL} --username gitAutomationBot --password ${{ secrets.BOT_TOKEN }}
docker build -t ${IMAGE_URL}:${{ github.ref_name }} --network host /out/server
docker build -t ${IMAGE_URL}:${{ github.ref_name }} /out/server
docker tag ${IMAGE_URL}:${{ github.ref_name }} ${IMAGE_URL}:latest
docker push ${IMAGE_URL}:${{ github.ref_name }}
docker push ${IMAGE_URL}:latest
@@ -79,7 +79,7 @@ jobs:
uses: akkuman/gitea-release-action@v1
if: ${{ failure() || success() }}
with:
name: "Version ${{ github.ref_name }} (${{ steps.config.outputs.version }})"
name: "Version ${{ github.ref_name }}"
body: >
Modpack Server container image: `${{ steps.config.outputs.image_path }}/${{ steps.config.outputs.image_name }}:${{ github.ref_name }}`
files: |-

View File

@@ -3,7 +3,6 @@ mod_loader_type: "NeoForge"
modpack:
curse_id: 925200 # ATM10
consider_serverfile_generations: 2
customizations:
@@ -39,6 +38,6 @@ customizations:
name: "More Overlays Updated"
download_url: "https://mediafilez.forgecdn.net/files/6981/252/moreoverlays-1.24.2-mc1.21.1-neoforge.jar"
- mod_id: 433760
file_id: 7818966
file_id: 8063412
name: "Not Enough Animations"
download_url: "https://mediafilez.forgecdn.net/files/7818/966/notenoughanimations-neoforge-1.12.0-mc1.21.1.jar"
download_url: "https://mediafilez.forgecdn.net/files/8063/412/notenoughanimations-neoforge-1.12.3-mc1.21.1.jar"