Skip to content

Commit

Permalink
Remove old bundled data (#2513)
Browse files Browse the repository at this point in the history
* Remove old bundled data

* Also drop 1.18
  • Loading branch information
me4502 committed Apr 24, 2024
1 parent a42eb91 commit 3da7d7c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 13 deletions.
Expand Up @@ -43,11 +43,6 @@ public class BundledRegistries implements Registries {

static {
TreeRangeMap<Integer, String> versionMap = TreeRangeMap.create();
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_14), "114");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_15), "115");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_16), "116");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_17), "117");
// 1.18 did have one item change, but we didn't get it. It's fine.
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_19), "119");
versionMap.put(Range.atLeast(Constants.DATA_VERSION_MC_1_20), "120");
VERSION_MAP = ImmutableRangeMap.copyOf(versionMap);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3da7d7c

Please sign in to comment.