Skip to content

Commit

Permalink
Update tested Loom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Oct 9, 2022
1 parent 7acbcb5 commit 7d8a0b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ jobs:
# Upstream
"fabric-loom:0.8-SNAPSHOT", # Barely alive
"fabric-loom:0.9-SNAPSHOT", # Barely alive
"fabric-loom:0.11-SNAPSHOT", # Stable
"fabric-loom:0.11-SNAPSHOT", # Barely alive
"fabric-loom:0.12-SNAPSHOT", # Stable
"fabric-loom:1.0-SNAPSHOT", # Stable

# Arch
"dev.architectury.loom:0.7.4-SNAPSHOT", # Barely alive
"dev.architectury.loom:0.10.0-SNAPSHOT", # Barely alive (but needed to test Arch decompiler API)
"dev.architectury.loom:0.11.0-SNAPSHOT", # Stable
"dev.architectury.loom:0.12.0-SNAPSHOT", # Stable

# Quilt (I'd imagine this is temporary since it's their decompiler)
# Quilt
"org.quiltmc.loom:0.12.+", # Experimental
"org.quiltmc.loom:1.0.+", # Stable
]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ for non-Quilt distributions of Loom (upstream, Architectury etc.).
For the latest Fabric Loom 0.10 versions (0.10.28+),
use [loom-quiltflower-mini](https://github.com/Juuxel/loom-quiltflower-mini) instead.

| Loom variant | Plugin ID | Supported versions |
|----------------------|-------------------------|-------------------------------|
| Fabric Loom | `fabric-loom` | 0.8, 0.9, 0.11, 0.12 |
| Architectury Loom | `dev.architectury.loom` | 0.7.2, 0.7.4, 0.10.0¹, 0.11.0 |
| Quilt Loom | `org.quiltmc.loom` | 0.12 |
| `gg.essential.loom` | `gg.essential.loom` | *None*² |
| Babric Loom | `babric-loom` | 0.12² |
| Loom variant | Plugin ID | Supported versions |
|----------------------|-------------------------|---------------------------------------|
| Fabric Loom | `fabric-loom` | 0.8, 0.9, 0.11, 0.12, 1.0 |
| Architectury Loom | `dev.architectury.loom` | 0.7.2, 0.7.4, 0.10.0¹, 0.11.0, 0.12.0 |
| Quilt Loom | `org.quiltmc.loom` | 0.12, 1.0 |
| `gg.essential.loom` | `gg.essential.loom` | *None*² |
| Babric Loom | `babric-loom` | 0.12² |

¹ From build 0.10.0.206 onwards
² Completely untested
Expand Down

0 comments on commit 7d8a0b6

Please sign in to comment.