diff options
| author | shedaniel <daniel@shedaniel.me> | 2025-07-23 20:50:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 20:50:25 +0200 |
| commit | bbf4c43a1ed431c94c2a95e67ea8494a8007cdee (patch) | |
| tree | 3dedaf08cf00a710b54698b20299e614a281cafa /.github | |
| parent | 3224ded226541e1dbd7809cba218e3c0c8c4144b (diff) | |
| download | RoughlyEnoughItems-bbf4c43a1ed431c94c2a95e67ea8494a8007cdee.tar.gz RoughlyEnoughItems-bbf4c43a1ed431c94c2a95e67ea8494a8007cdee.tar.bz2 RoughlyEnoughItems-bbf4c43a1ed431c94c2a95e67ea8494a8007cdee.zip | |
Port to 1.21.6 (#1907)
* Port to 1.21.6
* Fix tooltip Z-rendering
* Fix config screen
* Add workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/curseforge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index c268d74ae..e9436becf 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -23,6 +23,7 @@ on: - 17.x-1.21.2 - 18.x-1.21.4 - 19.x-1.21.5 + - 20.x-1.21.6 jobs: build: |
