From 0364d6525c615b163ebd5d747c438a776cb39ca3 Mon Sep 17 00:00:00 2001 From: George Hotten Date: Fri, 7 Apr 2023 17:04:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b3440b..b5553f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Herobrine! -This is my in-progress remake of HiveMC's "The Herobrine!" v2 game-mode that was removed in Java 2. This is the core version of the game, without any edits for True OG. +This is my in-progress remake of HiveMC's "The Herobrine!" v2 game-mode that was removed in Java 2. This branch contains changes required for the TrueOG network, who this project is now being maintained for. The unedited version can be found in the `core` branch and downloads can be found for any release tags that end in `-core`. ## Database Requirements The Herobrine requires 2 databases: a MySQL DB and a Redis DB. Redis is used for storing player kit selections, as it is fast. Player statistics are stored in a MySQL database.