Skip to content

Commit 032349b

Browse files
committed
mark 1.21.8 as supported
1 parent d0d5eaa commit 032349b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Join the [Discord](https://discord.gg/v7nmTDTW8W) or create an issue for support
2323

2424
## Available Packet Adapters
2525

26-
- **modern.** Supports 1.17-1.21.7. Can take advantage of [Paper](https://papermc.io)'s native adventure support to be more efficient.
26+
- **modern.** Supports 1.17-1.21.8. Can take advantage of [Paper](https://papermc.io)'s native adventure support to be more efficient.
2727
- **legacy.** Supports 1.7.10-1.12.2.
2828
- **PacketEvents.** Supports 1.8+. Requires [PacketEvents 2.0](https://github.com/retrooper/packetevents/tree/2.0) to be shaded or installed as a plugin.
2929

implementation/src/main/java/net/megavex/scoreboardlibrary/implementation/PacketAdapterLoader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ private PacketAdapterLoader() {
9393
case "1.21.5":
9494
case "1.21.6":
9595
case "1.21.7":
96+
case "1.21.8":
9697
return tryLoadImplementationClass(MODERN);
9798
default:
9899
// Hide from relocation checkers

0 commit comments

Comments
 (0)