From 0f1cadd341c263e1e4588733574ebd434a1ae049 Mon Sep 17 00:00:00 2001 From: fox3000foxy <40730498+fox3000foxy@users.noreply.github.com> Date: Fri, 12 Sep 2025 23:18:16 +0200 Subject: [PATCH] add warning about instability when using modded clients * Added Fabric Notice * rephrase fabric warning --------- Co-authored-by: p2r3 <41925384+p2r3@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3832fd1..c45726d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ The goal of this project is to enable hosting Minecraft servers on very weak dev - Minecraft version: `1.21.8` - Protocol version: `772` +> [!WARNING] +> Currently, only the vanilla client is officially supported. Issues have been reported when using Fabric or similar. + ## Quick start For PC x86_64 platforms, grab the [latest build binary](https://github.com/p2r3/bareiron/releases/download/latest/bareiron.exe) and run it. The file is a [Cosmopolitan polyglot](https://github.com/jart/cosmopolitan), which means it'll run on Windows, Linux, and possibly Mac, despite the file extension. Note that the server's default settings cannot be reconfigured without compiling from source.