Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +01:00
1.21.2-pre5
Dieser Commit ist enthalten in:
Ursprung
080dc18165
Commit
393a5ee973
@ -78,7 +78,7 @@ public interface DebugHandler {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether packets should be logged after being transformed.
|
* 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
|
* @return whether packets should be logged after being transformed
|
||||||
*/
|
*/
|
||||||
|
@ -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_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_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 = 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 final ProtocolVersion unknown = new ProtocolVersion(VersionType.SPECIAL, -1, -1, "UNKNOWN", null);
|
||||||
|
|
||||||
public static ProtocolVersion register(int version, String name) {
|
public static ProtocolVersion register(int version, String name) {
|
||||||
|
@ -4,7 +4,7 @@ metadata.format.version = "1.1"
|
|||||||
|
|
||||||
gson = "2.11.0"
|
gson = "2.11.0"
|
||||||
fastutil = "8.5.14"
|
fastutil = "8.5.14"
|
||||||
vianbt = "5.0.0"
|
vianbt = "5.0.1"
|
||||||
mcstructs = "5-2.5.4-SNAPSHOT"
|
mcstructs = "5-2.5.4-SNAPSHOT"
|
||||||
|
|
||||||
# Common provided
|
# Common provided
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren