Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Oct 27, 2023
1 parent b817d7b commit fcc2dbe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Archive Release CF
run: |
zip -r ./GTExpert-${{ env.VERSION }}-pr-${{ env.PR_VERSION }}-cf.zip ./manifest.json ./modlist.html ./overrides/config/ ./overrides/scripts/
zip -r ./GTExpert-${{ env.VERSION }}-pr-${{ env.PR_VERSION }}-cf.zip ./manifest.json ./modlist.html ./overrides/config/ ./overrides/mods/ ./overrides/scripts/
- name: Setup Python
uses: actions/setup-python@v4
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v4.4.1
## ModPack update infomation
- Hot fixes to fix a bug that caused some mods to disappear in the cf version.

## Modpack other infomation
- The 1.12.2 version of GTE based on [GregTech CE: Unofficial](https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial) is now available!!

## Update mods
- GTTweaker

***

# v4.4.0
## ModPack update infomation
- There was a request for an update, so I updated it.
Expand Down
4 changes: 2 additions & 2 deletions overrides/config/jadedlibs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"repo": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/2.0.2/GTTweaker-2.0.2.jar",
"file": "GTTweaker-2.0.2.jar"
"repo": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/1.7.5/",
"file": "GTTweaker-1.7.10-1.7.5.jar"
}
]

0 comments on commit fcc2dbe

Please sign in to comment.