Skip to content

Commit 16cbae6

Browse files
committed
Mark paper 1.21.7 as supported
1 parent 756eac8 commit 16cbae6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The screenshot below was taken at `0 2250 0` in the end dimension with a view di
3838

3939
| Minecraft Version | Paper | Fabric |
4040
|-------------------|-------|--------|
41+
| 1.21.7 |||
4142
| 1.21.6 |||
4243
| 1.21.5 |||
4344
| 1.21.4 |||

paper-1215/src/main/java/dev/booky/betterview/nms/v1215/NmsAdapter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public class NmsAdapter implements PaperNmsInterface {
6161

6262
public NmsAdapter() {
6363
if (SharedConstants.getProtocolVersion() != 770
64-
&& SharedConstants.getProtocolVersion() != 771) {
64+
&& SharedConstants.getProtocolVersion() != 771
65+
&& SharedConstants.getProtocolVersion() != 772) {
6566
throw new UnsupportedOperationException();
6667
}
6768
}

paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ configure<BukkitPluginDescription> {
5959
}
6060

6161
tasks.named<RunServer>("runServer") {
62-
minecraftVersion("1.21.6")
62+
minecraftVersion("1.21.7")
6363
}

0 commit comments

Comments
 (0)