forked from Upstream/Velocitab
build: update CI pipelines for 1.20.5
This commit is contained in:
parent
c23fdd1ff6
commit
cf9175297f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -104,6 +104,7 @@ jobs:
|
||||
1.20.2
|
||||
1.20.3
|
||||
1.20.4
|
||||
1.20.5
|
||||
java: 17
|
||||
- name: 'Upload GitHub Artifact 📦'
|
||||
uses: actions/upload-artifact@v4
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -93,6 +93,7 @@ jobs:
|
||||
1.20.2
|
||||
1.20.3
|
||||
1.20.4
|
||||
1.20.5
|
||||
java: 17
|
||||
- name: 'Upload GitHub Artifacts 📦'
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -32,7 +32,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* Adapter for handling the UpdateTeamsPacket for Minecraft 1.20.3-1.20.4
|
||||
* Adapter for handling the UpdateTeamsPacket for Minecraft 1.20.3-1.20.5
|
||||
*/
|
||||
public class Protocol765Adapter extends Protocol404Adapter {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user