File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
paper-1215/src/main/java/dev/booky/betterview/nms/v1215 Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 | ✅ | ✅ |
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ configure<BukkitPluginDescription> {
5959}
6060
6161tasks.named<RunServer >(" runServer" ) {
62- minecraftVersion(" 1.21.6 " )
62+ minecraftVersion(" 1.21.7 " )
6363}
You can’t perform that action at this time.
0 commit comments