Added support for MC 1.21 block/entity types

This commit is contained in:
Intelli 2024-06-17 18:31:33 -06:00
parent 3e8083becf
commit 3d32320a33
9 changed files with 50 additions and 9 deletions

View file

@ -10,13 +10,13 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v1