Skip to content

Commit

Permalink
[Bukkit] Add 1.21.1 to list of versions supported by paper hook
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Aug 10, 2024
1 parent a0ac7d3 commit 45dbd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bukkit/paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}

val version = "1.21-R0.1-SNAPSHOT"
val version = "1.21.1-R0.1-SNAPSHOT"

dependencies {
implementation(projects.bukkit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public class BukkitPlatform implements BackendPlatform {
EnumSet.of(
ProtocolVersion.V1_20_5,
ProtocolVersion.V1_20_6,
ProtocolVersion.V1_21
ProtocolVersion.V1_21,
ProtocolVersion.V1_21_1
).contains(serverVersion);

/**
Expand Down

0 comments on commit 45dbd8c

Please sign in to comment.