Update default Minecraft version to 1.18.1

This commit is contained in:
timvisee
2021-12-13 17:00:43 +01:00
parent d7b601d6e3
commit fba581d4bd
4 changed files with 14 additions and 11 deletions

View File

@@ -18,8 +18,8 @@
# Server version & protocol hint.
# Sent to clients until actual server version is known.
# See: https://git.io/J1Fvx
#version = "1.17.1"
#protocol = 756
#version = "1.18.1"
#protocol = 757
[server]
# Server address. Internal IP and port of server started by lazymc to proxy to.
@@ -183,4 +183,4 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
[config]
# lazymc version this configuration is for.
# Don't change unless you know what you're doing.
version = "0.2.6"
version = "0.2.7"