From 8b09faae3d24f1b5faa9a87917675823e93beff7 Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 22 Nov 2021 22:20:41 +0100 Subject: [PATCH] Constrain supported lobby versions --- docs/join-method-lobby.md | 2 +- res/lazymc.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/join-method-lobby.md b/docs/join-method-lobby.md index 80b6d4a..d2a6b23 100644 --- a/docs/join-method-lobby.md +++ b/docs/join-method-lobby.md @@ -23,7 +23,7 @@ Current limitations: - Only works with offline mode - Only works with vanilla Minecraft clients, does not work with modded (e.g. Forge, FTB) -- Probably only works with Minecraft 1.16-1.17.1 (tested with 1.17.1) +- Probably only works with Minecraft 1.17-1.17.1 (tested with 1.17.1) - This method will consume the client, following configured join methods won't be used. At this time it is unknown if some of the above limitations will ever be lifted, diff --git a/res/lazymc.toml b/res/lazymc.toml index 55ce7ca..dac75ef 100644 --- a/res/lazymc.toml +++ b/res/lazymc.toml @@ -127,8 +127,8 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui" # Don't enable this unless you know what you're doing. # # - Only works with offline mode +# - Only works with Minecraft 1.17-1.17.1 (tested with 1.17.1) # - Only works with vanilla Minecraft clients, does not work with modded -# - Only tested with Minecraft 1.17.1 # Maximum time in seconds in the lobby while the server starts. #timeout = 600