From 9d57dd263ee911b7a9c3de61c97bd1916331c623 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 1 Apr 2020 22:15:21 -0500 Subject: [PATCH] add Minecraft 1.15.1 version to master --- config.json | 4 ++-- minecraft.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 846084f..bc3c85c 100644 --- a/config.json +++ b/config.json @@ -8,7 +8,6 @@ "/css/main.css": "assets/css/main.css" }, "faviconOverride": { - }, "site": { "port": 8080, @@ -32,7 +31,8 @@ 315, 335, 393, - 477 + 477, + 575 ], "PE": [ 0 diff --git a/minecraft.json b/minecraft.json index fd1a349..962a805 100644 --- a/minecraft.json +++ b/minecraft.json @@ -9,7 +9,8 @@ "315": "1.11", "335": "1.12", "393": "1.13", - "477": "1.14" + "477": "1.14", + "575": "1.15.1" } } }