Skip to content

Commit

Permalink
Fix version mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Apr 23, 2024
1 parent 012f32d commit d3ef690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public enum MinecraftVersion {
this.put("1.20.2", MC1_20_R2);
this.put("1.20.3", MC1_20_R3);
this.put("1.20.4", MC1_20_R3);
this.put("1.20.5", MC1_20_R3);
this.put("1.20.5", MC1_20_R4);
}
};

Expand Down

0 comments on commit d3ef690

Please sign in to comment.