Skip to content

Commit

Permalink
1.20.6 Pillars
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed May 19, 2024
1 parent 23c7118 commit edf3098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/izzel/arclight/api/ArclightVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class ArclightVersion {
public static final ArclightVersion TRIALS = new ArclightVersion("1.20", 1200, "v1_20_R1", "Trials");
public static final ArclightVersion NET = new ArclightVersion("1.20.2", 1202, "v1_20_R2", "Net");
public static final ArclightVersion WHISPER = new ArclightVersion("1.20.4", 1204, "v1_20_R3", "Whisper");
public static final ArclightVersion PILLARS = new ArclightVersion("1.20.6", 1206, "v1_20_R4", "Pillars");

private final String name;
private final int num;
Expand Down

0 comments on commit edf3098

Please sign in to comment.