From 6db6c6998391d7928cbaab6a7258c88303a8f562 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Wed, 14 Jun 2023 20:17:43 -0500 Subject: [PATCH] Add LZ4 to the readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0f95324ff..ba593171f 100644 --- a/Readme.md +++ b/Readme.md @@ -14,8 +14,8 @@ It should be automatically included when pulling the full mod. ## Open Source Acknowledgements -XZ for Java (data compression)\ -https://tukaani.org/xz/java.html +LZ4 for Java (data compression)\ +https://github.com/lz4/lz4-java Json & Toml for Java (config handling)\ https://github.com/TheElectronWill/night-config