From 5b62d1b277b2ca88d9dccc2a9cca1674cf01043b Mon Sep 17 00:00:00 2001 From: Emmie <65347035+DBTDerpbox@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:35:11 -0600 Subject: [PATCH] Add 1.20.1 server to server list --- testConfigs/TestBranches.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testConfigs/TestBranches.json b/testConfigs/TestBranches.json index 47a5f5f..f1318f2 100644 --- a/testConfigs/TestBranches.json +++ b/testConfigs/TestBranches.json @@ -4,6 +4,11 @@ "name": "LEM ToolBox Testing", "url": "https://github.com/Legacy-Edition-Minigames/Minigames/tree/toolbox-testing", "desc": "LEM branch for testing Toolbox" + }, + { + "name": "Battle 1.20.1", + "url": "https://github.com/Legacy-Edition-Minigames/Minigames/tree/battle-1.20.1", + "desc": "Old version of Battle for 1.20.1" } ] }