From 1467dc963d28b6e8bcbcb3c902dca2e0b57afdfb Mon Sep 17 00:00:00 2001 From: Vatuu <21113232+Vatuu@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:05:01 +0200 Subject: [PATCH] Changed the default download branch to be in line with GHs new standard. --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandIris.java b/src/main/java/com/volmit/iris/core/commands/CommandIris.java index 568137c4b..80c35e463 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -163,7 +163,7 @@ public class CommandIris implements DecreeExecutor { public void download( @Param(name = "pack", description = "The pack to download", defaultValue = "overworld", aliases = "project") String pack, - @Param(name = "branch", description = "The branch to download from", defaultValue = "master") + @Param(name = "branch", description = "The branch to download from", defaultValue = "main") String branch, @Param(name = "trim", description = "Whether or not to download a trimmed version (do not enable when editing)", defaultValue = "false") boolean trim,