Skip to content

Commit

Permalink
Add data version for 1.20.6.
Browse files Browse the repository at this point in the history
- Add data version for 1.20.6
  • Loading branch information
gniftygnome committed May 10, 2024
1 parent d0b6f30 commit a790562
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public final class DataVersions {
private DataVersions() {
return;
}
public static final int V_1_20_6 = 3838;
public static final int V_1_20_5 = 3828;
public static final int V_1_20_4 = 3699;
public static final int V_1_20_3 = 3692;
Expand Down

0 comments on commit a790562

Please sign in to comment.