Skip to content

Commit fcc2dbe

Browse files
committed
fix
1 parent b817d7b commit fcc2dbe

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Archive Release CF
2626
run: |
27-
zip -r ./GTExpert-${{ env.VERSION }}-pr-${{ env.PR_VERSION }}-cf.zip ./manifest.json ./modlist.html ./overrides/config/ ./overrides/scripts/
27+
zip -r ./GTExpert-${{ env.VERSION }}-pr-${{ env.PR_VERSION }}-cf.zip ./manifest.json ./modlist.html ./overrides/config/ ./overrides/mods/ ./overrides/scripts/
2828
2929
- name: Setup Python
3030
uses: actions/setup-python@v4

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v4.4.1
2+
## ModPack update infomation
3+
- Hot fixes to fix a bug that caused some mods to disappear in the cf version.
4+
5+
## Modpack other infomation
6+
- 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!!
7+
8+
## Update mods
9+
- GTTweaker
10+
11+
***
12+
113
# v4.4.0
214
## ModPack update infomation
315
- There was a request for an update, so I updated it.

overrides/config/jadedlibs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"repo": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/2.0.2/GTTweaker-2.0.2.jar",
4-
"file": "GTTweaker-2.0.2.jar"
3+
"repo": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/1.7.5/",
4+
"file": "GTTweaker-1.7.10-1.7.5.jar"
55
}
66
]

0 commit comments

Comments
 (0)