From 125203980b3601a9f9a190d7ab28c7fc4d1388ac Mon Sep 17 00:00:00 2001 From: p2r3 Date: Tue, 9 Sep 2025 14:01:34 +0300 Subject: [PATCH] add current game and protocol version to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45a54ee..cc00d81 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Minimalist Minecraft server for memory-restrictive embedded systems. The goal of this project is to enable hosting Minecraft servers on very weak devices, such as the ESP32. The project's priorities are, in order: **memory usage**, **performance**, and **features**. Because of this, compliance with vanilla Minecraft is not guaranteed, nor is it a goal of the project. +- Minecraft version: `1.21.8` +- Protocol version: `772` + ## 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.