Skip to content

Commit

Permalink
Merge pull request #364 from GTModpackTeam/update/v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 authored Dec 11, 2023
2 parents 34e9de8 + 521ad77 commit aa9a55c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Download quest zip
run: |
wget -O questbook.zip https://github.com/GTModpackTeam/gregtech-expert-2-questbook/archive/refs/heads/update/v1.0.0.zip
wget -O questbook.zip https://github.com/GTModpackTeam/gregtech-expert-2-questbook/archive/refs/heads/preview.zip
unzip questbook.zip
mv -vf ./gregtech-expert-2-questbook-update-v1.0.0/* ./overrides/config/ftbquests/
rm -rf ./gregtech-expert-2-questbook-update-v1.0.0/ ./questbook.zip
mv -vf ./gregtech-expert-2-questbook-preview/* ./overrides/config/ftbquests/
rm -rf ./gregtech-expert-2-questbook-preview/ ./questbook.zip
- name: Archive Release CF
run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_v2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.6.1
## Modpack information
- Fixed only the problem of not being able to start on the server.

* * *

# v2.6.0
## 💣 Update Warning 💣
- Make a backup of your world before updating.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit aa9a55c

Please sign in to comment.