From d423bbcbd2f17ae4fc4e45da9292070db592f07f Mon Sep 17 00:00:00 2001 From: LAX1DUDE Date: Thu, 3 Sep 2020 17:47:36 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fda876..d9ff838 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## eaglercraft live demo available at https://x-games.nx-eags.tk/minecraft_demo/ +I'm currently not hosting any servers right now if you want an ingame demo compile the modified bungeecord server and download the minecraft spigot server software 1.5.2 from https://ci.md-5.net/view/SpigotMC/ eaglercraft is a port of minecraft 1.5.2 that runs in a web browser. it uses the decompiled source of the official minecraft 1.5.2 direct from mojang decompiled by MCP (http://www.modcoderpack.com/) and therefore it is binary compatible with any minecraft 1.5.2 server through a modified version of md_5's bungeecord which proxies the browser's websocket connection to pure TCP. TeaVM is used to compile the java source to javascript, and a special compatibility layer created by your's truly allows the fixed function opengl 1.3 based rendering engine mojang uses to operate through an html5 webgl canvas with minimal changes to the source.