Skip to content

Commit 44ce6ca

Browse files
committed
fix
1 parent b817d7b commit 44ce6ca

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
- CraftTweaker
10+
- ModTweaker
11+
- GTTweaker
12+
13+
***
14+
115
# v4.4.0
216
## ModPack update infomation
317
- There was a request for an update, so I updated it.

manifest.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@
184184
"fileID": 2219011,
185185
"required": true
186186
},
187-
{
188-
"projectID": 239197,
189-
"fileID": 2338487,
190-
"required": true
191-
},
192187
{
193188
"projectID": 224728,
194189
"fileID": 2320032,
@@ -259,11 +254,6 @@
259254
"fileID": 2262092,
260255
"required": true
261256
},
262-
{
263-
"projectID": 220954,
264-
"fileID": 2313730,
265-
"required": true
266-
},
267257
{
268258
"projectID": 242677,
269259
"fileID": 2522249,

overrides/config/jadedlibs.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[
22
{
3-
"repo": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/2.0.2/GTTweaker-2.0.2.jar",
3+
"repo": "https://github.com/GTNewHorizons/CraftTweaker/releases/download/3.2.13/",
4+
"file": "CraftTweaker-3.2.13.jar"
5+
},
6+
{
7+
"repo": "https://github.com/GTNewHorizons/ModTweaker/releases/download/0.9.10/",
8+
"file": "ModTweaker2-0.9.10.jar"
9+
},
10+
{
11+
"repo": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/2.0.2/",
412
"file": "GTTweaker-2.0.2.jar"
513
}
614
]

0 commit comments

Comments
 (0)