From 37542f4af147334a0a44d8ba3f0ca86fd60ff053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0?= <51381523+QazCetelic@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:45:18 +0200 Subject: [PATCH] Update version in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 841601a..75023f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fokuso -A Fabric Minecraft (1.18) mod for client-side chat filtering using a filter list system to remove spam in chat which is sent on third party servers. +A Fabric Minecraft (1.20.1) mod for client-side chat filtering using a filter list system to remove spam in chat which is sent on third party servers. You can add filters with files containing regex patterns, or even implement a `ChatFilter` with your own code. ## Commands @@ -41,4 +41,4 @@ page. This is intended as a simple tool to hide chat messages when it's not possible or desirable to alter the source. It's primarily intended to be used to remove chat spam on third party servers but can also be used by modpack creators -to remove chat spam from other mods. \ No newline at end of file +to remove chat spam from other mods.