From ee117b2c571660a42a96817237cbbb7fcb9097ca Mon Sep 17 00:00:00 2001 From: Henry Naguski Date: Thu, 11 Aug 2022 15:50:41 -0600 Subject: [PATCH] add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d39f4cb --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +A simple minecraft mod for [fabric](https://fabricmc.net/) that fixes +[MC-7569: RCON output has newlines removed](https://bugs.mojang.com/browse/MC-7569) +by appending a line separator at the end of each rcon message. This should fix +many rcon clients that end up having ugly output in unmodded scenarios. I don't +know if it'll work in versions above/below 1.19, so just try it and see. -- 2.45.2