Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 2a609f7

Browse files
Merge pull request #173 from HP2004/patch-2
Added Node 6 & 7 to /node
2 parents 9424d56 + 637612b commit 2a609f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/io/github/codeutilities/mod/commands/impl/other/NodeCommand.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class NodeCommand extends Command {
2020
NODE_MAP.put("3", "node3");
2121
NODE_MAP.put("4", "node4");
2222
NODE_MAP.put("5", "node5");
23+
NODE_MAP.put("6", "node6");
24+
NODE_MAP.put("7", "node7");
2325
NODE_MAP.put("beta", "beta");
2426
}
2527

@@ -39,7 +41,7 @@ public void register(MinecraftClient mc, CommandDispatcher<FabricClientCommandSo
3941

4042
@Override
4143
public String getDescription() {
42-
return "[blue]/node <1-5|beta>[reset]\n"
44+
return "[blue]/node <1-7|beta>[reset]\n"
4345
+ "\n"
4446
+ "Joins the specified node.";
4547
}

0 commit comments

Comments
 (0)