Fix event renaming breaking change in NeoForge 26.1.2.21+ and handle … #2814
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| push: | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| jobs: | |
| build: | |
| uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-minecraft-build.yml@main | |
| with: | |
| java-version: ${{ vars.JAVA_VERSION }} |