mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Add the bundled data files
This commit is contained in:
parent
1ac79d52c2
commit
8187e67dce
@ -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
Loading…
Reference in New Issue
Block a user