MC Dev fixes
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
context.generator().createStructures(worldserver.registryAccess(), worldserver.getChunkSource().getGeneratorState(), worldserver.structureManager(), chunk, context.structureManager(), worldserver.dimension());
|
||||
}
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
if (protochunk instanceof ImposterProtoChunk protochunkextension) {
|
||||
chunk1 = protochunkextension.getWrapped();
|
||||
} else {
|
||||
- chunk1 = new LevelChunk(worldserver, protochunk, (chunk1) -> {
|
||||
+ chunk1 = new LevelChunk(worldserver, protochunk, ($) -> { // Paper - decompile fix
|
||||
ChunkStatusTasks.postLoadProtoChunk(worldserver, protochunk.getEntities());
|
||||
});
|
||||
generationchunkholder.replaceProtoChunk(new ImposterProtoChunk(chunk1, false));
|
||||
@@ -170,7 +170,17 @@
|
||||
|
||||
private static void postLoadProtoChunk(ServerLevel world, List<CompoundTag> entities) {
|
||||
|
||||
Reference in New Issue
Block a user