mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 04:40:22 -07:00
Change default protocol version to 1.19.3 (761)
This commit is contained in:
parent
b609f86bde
commit
835ca62c06
@ -21,8 +21,8 @@ In lazymc you may configure what protocol version to use:
|
|||||||
# Server version & protocol hint.
|
# Server version & protocol hint.
|
||||||
# Sent to clients until actual server version is known.
|
# Sent to clients until actual server version is known.
|
||||||
# See: https://git.io/J1Fvx
|
# See: https://git.io/J1Fvx
|
||||||
version = "1.18.1"
|
version = "1.19.3"
|
||||||
protocol = 757
|
protocol = 761
|
||||||
|
|
||||||
# -- snip --
|
# -- snip --
|
||||||
```
|
```
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# Server version & protocol hint.
|
# Server version & protocol hint.
|
||||||
# Sent to clients until actual server version is known.
|
# Sent to clients until actual server version is known.
|
||||||
# See: https://git.io/J1Fvx
|
# See: https://git.io/J1Fvx
|
||||||
#version = "1.18.1"
|
#version = "1.19.3"
|
||||||
#protocol = 757
|
#protocol = 761
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
# Server address. Internal IP and port of server started by lazymc to proxy to.
|
# Server address. Internal IP and port of server started by lazymc to proxy to.
|
||||||
|
@ -9,7 +9,7 @@ pub mod packets;
|
|||||||
/// in the configuration.
|
/// in the configuration.
|
||||||
///
|
///
|
||||||
/// Should be kept up-to-date with latest supported Minecraft version by lazymc.
|
/// Should be kept up-to-date with latest supported Minecraft version by lazymc.
|
||||||
pub const PROTO_DEFAULT_VERSION: &str = "1.18.1";
|
pub const PROTO_DEFAULT_VERSION: &str = "1.19.3";
|
||||||
|
|
||||||
/// Default minecraft protocol version.
|
/// Default minecraft protocol version.
|
||||||
///
|
///
|
||||||
@ -17,7 +17,7 @@ pub const PROTO_DEFAULT_VERSION: &str = "1.18.1";
|
|||||||
/// in the configuration.
|
/// in the configuration.
|
||||||
///
|
///
|
||||||
/// Should be kept up-to-date with latest supported Minecraft version by lazymc.
|
/// Should be kept up-to-date with latest supported Minecraft version by lazymc.
|
||||||
pub const PROTO_DEFAULT_PROTOCOL: u32 = 757;
|
pub const PROTO_DEFAULT_PROTOCOL: u32 = 761;
|
||||||
|
|
||||||
/// Compression threshold to use.
|
/// Compression threshold to use.
|
||||||
// TODO: read this from server.properties instead
|
// TODO: read this from server.properties instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user