Skip to content

Commit

Permalink
Merge pull request #117 from VazkiiMods/master
Browse files Browse the repository at this point in the history
update branch
  • Loading branch information
Uraneptus authored Dec 30, 2024
2 parents afb3ac0 + 8eaf975 commit f64391e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f64391e

Please sign in to comment.