diff options
author | Mattes D <github@xoft.cz> | 2023-03-08 09:23:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 09:23:42 +0100 |
commit | cb2201dabac8883b726b2dc83511d596cbb50f9c (patch) | |
tree | 440f14cb6243fb124b9505119275910a32e099bc /README.md | |
parent | TNT minecarts exploding when riding over activator rails (#5469) (diff) | |
download | cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.tar cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.tar.gz cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.tar.bz2 cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.tar.lz cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.tar.xz cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.tar.zst cuberite-cb2201dabac8883b726b2dc83511d596cbb50f9c.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Cuberite is a Minecraft-compatible multiplayer game server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. Cuberite is compatible with the Java Edition Minecraft client. -Cuberite runs on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis. +Cuberite runs on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis; support for small embedded devices is experimental. Currently we support Release 1.8 - 1.12.2 Minecraft protocol versions. |