diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7d11ef..ffb5e7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,20 +22,15 @@ jobs: matrix: java: [17] minecraft: ["1.19", "1.18"] + loader: [fabric, forge] + create: [0.5.0, 0.5.1] - include: + exclude: # FIXME: Build for Create Fabric 0.5.1 when that's out - loader: fabric - loader_name: Fabric - create: "0.5.0" - - loader: forge - loader_name: Forge - create: "0.5.0" - - loader: forge - loader_name: Forge - create: "0.5.1" + create: 0.5.1 - name: ${{matrix.loader_name}} ${{matrix.minecraft}} (Create ${{matrix.create}}) + name: ${{matrix.loader}} ${{matrix.minecraft}} (create ${{matrix.create}}) steps: - name: Checkout repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 97231ad..18e5f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,4 @@ - Different layers (signals, stations, etc.) can now be turned on or off in the Layers menu. - Layers can be configured to only be visible at certain zoom levels. Check the `layers` section of the example config in the README for an example of how to set this up. -Create 0.5.1 integration is happening as soon as Create Fabric 0.5.1 is out. +Create 0.5.1 integration for Forge is now available; integration for Fabric is happening as soon as Create Fabric 0.5.1 is out.