1.21.2-pre5

This commit is contained in:
Nassim Jahnke 2024-10-16 16:06:39 +02:00
parent 080dc18165
commit 393a5ee973
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ public interface DebugHandler {
/**
* Returns whether packets should be logged after being transformed.
* Set to true by default.
* Set to false by default.
*
* @return whether packets should be logged after being transformed
*/

View File

@ -86,7 +86,7 @@ public class ProtocolVersion implements Comparable<ProtocolVersion> {
public static final ProtocolVersion v1_20_3 = register(765, "1.20.3-1.20.4", new SubVersionRange("1.20", 3, 4));
public static final ProtocolVersion v1_20_5 = register(766, "1.20.5-1.20.6", new SubVersionRange("1.20", 5, 6));
public static final ProtocolVersion v1_21 = register(767, "1.21-1.21.1", new SubVersionRange("1.21", 0, 1));
public static final ProtocolVersion v1_21_2 = register(768, 216, "1.21.2");
public static final ProtocolVersion v1_21_2 = register(768, 217, "1.21.2");
public static final ProtocolVersion unknown = new ProtocolVersion(VersionType.SPECIAL, -1, -1, "UNKNOWN", null);
public static ProtocolVersion register(int version, String name) {

View File

@ -4,7 +4,7 @@ metadata.format.version = "1.1"
gson = "2.11.0"
fastutil = "8.5.14"
vianbt = "5.0.0"
vianbt = "5.0.1"
mcstructs = "5-2.5.4-SNAPSHOT"
# Common provided