Misc bugfixes to multiworld support

This commit is contained in:
md_5
2020-06-25 17:58:10 +10:00
parent ca19c2f48e
commit 8dc1da156f
7 changed files with 164 additions and 32 deletions

View File

@@ -30,9 +30,9 @@
+
+ return false;
+ }
+ // CraftBukkit end
+
+ public NBTTagCompound getChunkData(ResourceKey<World> resourcekey, Supplier<WorldPersistentData> supplier, NBTTagCompound nbttagcompound, ChunkCoordIntPair pos, @Nullable GeneratorAccess generatoraccess) throws IOException {
+ public NBTTagCompound getChunkData(ResourceKey<DimensionManager> resourcekey, Supplier<WorldPersistentData> supplier, NBTTagCompound nbttagcompound, ChunkCoordIntPair pos, @Nullable GeneratorAccess generatoraccess) throws IOException {
+ // CraftBukkit end
int i = a(nbttagcompound);
boolean flag = true;