diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e1589c2..8676b61 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -6,16 +6,16 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '17' - name: Validate gradlew integrity - uses: gradle/wrapper-validation-action@v1 + uses: gradle/wrapper-validation-action@v3 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -45,7 +45,7 @@ jobs: gpg --local-user "Violet Moon Signing Key" --armor \ --detach-sign ${{ steps.calculate_artifact_names.outputs.forge }} - name: Archive Forge Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Forge path: | diff --git a/build.properties b/build.properties index 02fa3ee..8477aa3 100644 --- a/build.properties +++ b/build.properties @@ -1,9 +1,9 @@ -#Fri Feb 02 20:11:36 UTC 2024 +#Wed Aug 07 18:14:56 UTC 2024 mapping_channel=parchment forge_version=47.1.3 mod_id=morphtool dir_repo=./ -build_number=38 +build_number=39 dir_output=../Build Output/Morphtool/ mapping_version=2023.09.03-1.20.1 version=1.7 diff --git a/changelog.txt b/changelog.txt index 5c711e6..58a8094 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,3 @@ +- Ported to 1.20.1 (1.21 port is coming next) - Fixed: Rotation feature not working - Fixed: Removing an Item from the Tool changes its title to the raw name \ No newline at end of file