Skip to content

Commit

Permalink
fix: missing mapping name
Browse files Browse the repository at this point in the history
  • Loading branch information
NgLoader committed Dec 14, 2024
1 parent ba1f4f0 commit d1d4b70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ private static final class NmsMapping {
private static final List<NmsMapping> MAPPINGS = new ArrayList<>();

static {
MAPPINGS.add(new NmsMapping("1.21.4", "v1_21_R3"));
MAPPINGS.add(new NmsMapping("1.21.3", "v1_21_R2"));
MAPPINGS.add(new NmsMapping("1.21", "v1_21_R1"));
MAPPINGS.add(new NmsMapping("1.20.5", "v1_20_R4"));
Expand Down

0 comments on commit d1d4b70

Please sign in to comment.