Add the bundled data files

This commit is contained in:
Maddy Miller 2024-12-07 16:39:12 +10:00
parent 1ac79d52c2
commit 8187e67dce
3 changed files with 3 additions and 0 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long