Skip to content

Commit

Permalink
Merge branch 'port-1.19.2' into port-1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed Jun 10, 2024
2 parents 1d64435 + cf81c03 commit 994a090
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-multi-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
branch: [ master, port-1.19.2 ]
branch: [ master, port-1.19.2, port-1.18.2 ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

strategy:
matrix:
branch: [ master, port-1.19.2 ]
branch: [ master, port-1.19.2, port-1.18.2 ]

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
default: "port-1.19.2"
description: The 1.19.2 version of the mod
required: true
port-18-ref:
default: "port-1.18.2"
description: The 1.18.2 version of the mod
required: true
publish-ghp:
default: true
description: Publish to GitHub packages
Expand All @@ -45,6 +49,8 @@ jobs:
version: 1.20.1
- branch: ${{ inputs.port-19-ref }}
version: 1.19.2
- branch: ${{ inputs.port-18-ref }}
version: 1.18.2

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -76,6 +82,8 @@ jobs:
version: 1.20.1
- branch: ${{ inputs.port-19-ref }}
version: 1.19.2
- branch: ${{ inputs.port-18-ref }}
version: 1.18.2
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -112,6 +120,7 @@ jobs:
branch:
- ${{ inputs.master-ref }}
- ${{ inputs.port-19-ref }}
- ${{ inputs.port-18-ref }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
A minor update to fix some larger issues.
Multiplayer and non-player entity compatibility, along with 1.18.2 support.

Changelog:

- **Fixed:** Player camera turns when an unrelated player is on a train.
- **Added:** Ability for non-player entities to be affected by this mod.
- **Technical:** Cleaned up the code a bit.

[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.4.0...v0.4.1)
[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.4.1...v0.5.0)

---

Expand Down

0 comments on commit 994a090

Please sign in to comment.