diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 4a6a2eb..a694fbe 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2d052..96cdecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/overrides/config/jadedlibs.json b/overrides/config/jadedlibs.json index 2681c1d..156601a 100644 --- a/overrides/config/jadedlibs.json +++ b/overrides/config/jadedlibs.json @@ -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" } ] \ No newline at end of file