Remove old bundled data (#2513)

* Remove old bundled data

* Also drop 1.18
This commit is contained in:
Maddy Miller 2024-04-24 20:28:12 +10:00 committed by GitHub
parent a42eb916ea
commit 3da7d7c76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 0 additions and 13 deletions

View File

@ -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);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long