build: update CI pipelines for 1.20.5

This commit is contained in:
William 2024-04-23 16:24:53 +01:00
parent c23fdd1ff6
commit cf9175297f
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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 {