From 9b4613ce84283dec9f29a03eefc971a8ebd22fbf Mon Sep 17 00:00:00 2001 From: Zax71 <67716263+zax71@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:50:46 +0100 Subject: [PATCH] Support 1.13+ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c680eee..a25e1120 100644 --- a/build.gradle +++ b/build.gradle @@ -185,7 +185,7 @@ modrinth { } uploadFile = jar - gameVersions = ["1.19.2", "1.19.1", "1.19", "1.18.2", "1.18.1", "1.18", "1.17.1", "1.17", "1.16.5", "1.16.4", "1.16.3", "1.16.2", "1.16.1", "1.16"] + gameVersions = ["1.19.2", "1.19.1", "1.19", "1.18.2", "1.18.1", "1.18", "1.17.1", "1.17", "1.16.5", "1.16.4", "1.16.3", "1.16.2", "1.16.1", "1.16", "1.15.2", "1.15.1", "1.15", "1.14.4", "1.14.3", "1.14.2", "1.14.1", "1.14", "1.13.2", "1.13.1", "1.13"] loaders = ["bukkit", "spigot", "paper", "purpur"] changelog = System.getenv("CHANGELOG") }