Skip to content

Commit

Permalink
Minecraft 1.21 FeudalKings
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jun 14, 2024
1 parent 78d018e commit 17643ac
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 @@ -19,6 +19,7 @@ public class ArclightVersion {
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");
public static final ArclightVersion FEUDAL_KINGS = new ArclightVersion("1.21", 1210, "v1_21_R1", "FeudalKings");

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

0 comments on commit 17643ac

Please sign in to comment.