summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-10 13:10:44 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-10 13:10:44 +0200
commit3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7 (patch)
treefa201755f08750db9ca6e84742159e5ba91e2e7b
parentTiny formatting fix of rev 1463 (diff)
downloadcuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.tar
cuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.tar.gz
cuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.tar.bz2
cuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.tar.lz
cuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.tar.xz
cuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.tar.zst
cuberite-3cd3e4d4ccbafe120facacc4d67f80ddeeb472c7.zip
-rw-r--r--ProtoProxy/ProtoProxy.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ProtoProxy/ProtoProxy.txt b/ProtoProxy/ProtoProxy.txt
index b94ca153f..b844f716d 100644
--- a/ProtoProxy/ProtoProxy.txt
+++ b/ProtoProxy/ProtoProxy.txt
@@ -16,8 +16,9 @@ This project is currently Windows-only and I don't plan on making it multi-platf
The proxy only works on the localhost connection. It listens on port 25564 and expects the underlying MC server to run on port 25565. Ports can be changed by cmdline args: ProtoProxy <listen-port> <server-port>.
-Currently the protocol version 47 (client 1.4.2) is the only one supported.
+ProtoProxy is not much dependent on the protocol - it will work with unknown packets, it just won't parse them, into human-readable format.
+The latest protocol which has been tested is 1.5.2 (#61).
*/