Skip to content

Commit

Permalink
Add the bundled data files
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Dec 7, 2024
1 parent 751da83 commit 296928e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class BundledRegistries implements Registries {
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_20), "120");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_21), "121");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_21_3), "1213");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_21_4), "1214");
VERSION_MAP = ImmutableRangeMap.copyOf(versionMap);
}

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 296928e

Please sign in to comment.