diff --git a/.github/workflows/gradle-multi-ref.yml b/.github/workflows/gradle-multi-ref.yml index 142ddf0..b68ff85 100644 --- a/.github/workflows/gradle-multi-ref.yml +++ b/.github/workflows/gradle-multi-ref.yml @@ -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 @@ -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 diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 548f310..15f5bb1 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -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 @@ -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 @@ -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: @@ -112,6 +120,7 @@ jobs: branch: - ${{ inputs.master-ref }} - ${{ inputs.port-19-ref }} + - ${{ inputs.port-18-ref }} steps: - uses: actions/checkout@v4 with: diff --git a/changelog.md b/changelog.md index c983388..9fd9fa2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -A minor update to fix some larger issues. +Multiplayer and non-player entity compatibility, along with 1.18.2 support. Changelog: @@ -6,7 +6,7 @@ Changelog: - **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) ---