From 35149eb61fe2b2cc1e4b2edd98f6f89f1b24ba50 Mon Sep 17 00:00:00 2001 From: Uraneptus Date: Wed, 7 Aug 2024 20:07:20 +0200 Subject: [PATCH 1/3] Update changelog.txt --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 6c6c125..a84328f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,5 @@ +- Ported to 1.20.1 (1.21 port is coming next) +- Book is now slightly different rendered +- Book render now changes height based on the selection area's height - Fix: Removing a book from the Tome changes its title to the raw name - Fix: Changing book option when looking at a mod's block is using the raw name \ No newline at end of file From 063e23915f6d75f9d281cd2b2ea64ffc1098e46c Mon Sep 17 00:00:00 2001 From: Uraneptus Date: Wed, 7 Aug 2024 20:14:18 +0200 Subject: [PATCH 2/3] build --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 8b66ee9..c7021ae 100644 --- a/build.properties +++ b/build.properties @@ -1,9 +1,9 @@ -#Mon Aug 05 18:32:28 UTC 2024 +#Wed Aug 07 18:14:17 UTC 2024 mapping_channel=parchment forge_version=47.2.0 mod_id=akashictome dir_repo=./ -build_number=27 +build_number=28 dir_output=../Build Output/AkashicTome/ mapping_version=2023.09.03-1.20.1 version=1.7 From 8eaf97534d2f719e606bb3b2ff2b99963b681e15 Mon Sep 17 00:00:00 2001 From: Uraneptus <50745606+Uraneptus@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:31:11 +0100 Subject: [PATCH 3/3] Update gradle.yml --- .github/workflows/gradle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 46dfe39..7a63b31 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: |