jonryf / EpicWorldGenerator-bugtracker

The most powerfull world generator made for minecraft
https://www.spigotmc.org/resources/epicworldgenerator-1-8-8-1-13-2-beta-support-for-1-14-support-all-update-aquatic-features.8067/
10 stars 0 forks source link

Unable to generate a new chunk. #162

Open JPlayer3 opened 3 years ago

JPlayer3 commented 3 years ago

I was generating worlds using pregenerate, but after I got this error, I could not generate worlds anymore. The server itself can be started, but probably cannot generate certain chunks.

------------------------------------------------------------
java.util.concurrent.ExecutionException: java.lang.ThreadDeath
    at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
    at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2069)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.w.K(cia:127)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.utb.I(qga:135)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.zlb.K(mla:87)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.rrb.K(aia:58)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:383)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:304)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:221)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.NativeEpicChunkProvider.K(vfa:181)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.r.getBaseHeight(eba:230)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.r.b(eba:259)
    at net.minecraft.world.level.levelgen.feature.structures.WorldGenFeatureDefinedStructureJigsawPlacement.a(WorldGenFeatureDefinedStructureJigsawPlacement.java:283)
    at net.minecraft.world.level.levelgen.feature.WorldGenFeatureJigsaw$a.a(WorldGenFeatureJigsaw.java:48)
    at net.minecraft.world.level.levelgen.feature.WorldGenFeatureJigsaw$a.a(WorldGenFeatureJigsaw.java:34)
    at net.minecraft.world.level.levelgen.feature.StructureGenerator.a(StructureGenerator.java:255)
    at net.minecraft.world.level.levelgen.feature.StructureFeature.a(StructureFeature.java:36)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.r.K(eba:705)
    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.r.createStructures(eba:725)
    at net.minecraft.world.level.chunk.ChunkStatus.lambda$static$2(ChunkStatus.java:43)
    at net.minecraft.world.level.chunk.ChunkStatus.a(ChunkStatus.java:212)
    at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleChunkGeneration$32(PlayerChunkMap.java:1169)
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
    at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleChunkGeneration$34(PlayerChunkMap.java:1167)
    at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1146)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
    at net.minecraft.server.level.ChunkTaskQueueSorter.lambda$message$1(ChunkTaskQueueSorter.java:58)
    at net.minecraft.util.thread.ThreadedMailbox.g(ThreadedMailbox.java:87)
    at net.minecraft.util.thread.ThreadedMailbox.a(ThreadedMailbox.java:141)
    at net.minecraft.util.thread.ThreadedMailbox.run(ThreadedMailbox.java:96)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
    at java.base/java.lang.Thread.run(Thread.java:831)
Caused by: java.lang.ThreadDeath
    at java.base/java.lang.Thread.stop(Thread.java:939)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:947)
    at net.minecraft.server.dedicated.DedicatedServer.stop(DedicatedServer.java:806)
    at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:919)
    at org.spigotmc.WatchdogThread.run(WatchdogThread.java:161)
JPlayer3 commented 3 years ago
[08:48:37] [Worker-Main-6/WARN]: java.lang.IllegalArgumentException: Must use ProtoChunk constructor with the ServerLevel parameter
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.world.level.chunk.ProtoChunk.<init>(ProtoChunk.java:80)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.w.K(cia:47)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.utb.I(qga:135)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.zlb.K(mla:87)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.rrb.K(aia:58)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:383)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:304)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:221)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:13)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.wob.K(pka:59)
[08:48:37] [Worker-Main-6/WARN]:    at EpicWorldGenerator.jar//com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_17_R1.generator.NativeEpicChunkProvider.buildBase(vfa:25)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.world.level.chunk.ChunkStatus.lambda$static$7(ChunkStatus.java:77)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.world.level.chunk.ChunkStatus$d.doWork(ChunkStatus.java:276)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.world.level.chunk.ChunkStatus.a(ChunkStatus.java:212)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleChunkGeneration$32(PlayerChunkMap.java:1169)
[08:48:37] [Worker-Main-6/WARN]:    at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleChunkGeneration$34(PlayerChunkMap.java:1167)
[08:48:37] [Worker-Main-6/WARN]:    at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1146)
[08:48:37] [Worker-Main-6/WARN]:    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.server.level.ChunkTaskQueueSorter.lambda$message$1(ChunkTaskQueueSorter.java:58)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.util.thread.ThreadedMailbox.g(ThreadedMailbox.java:87)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.util.thread.ThreadedMailbox.a(ThreadedMailbox.java:141)
[08:48:37] [Worker-Main-6/WARN]:    at net.minecraft.util.thread.ThreadedMailbox.run(ThreadedMailbox.java:96)
[08:48:37] [Worker-Main-6/WARN]:    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[08:48:37] [Worker-Main-6/WARN]:    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[08:48:37] [Worker-Main-6/WARN]:    at java.base/java.lang.Thread.run(Thread.java:831)
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-59, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-58, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-58, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-59, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-60, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-59, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-59, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-60, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-58, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-59, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-60, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-61, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-59, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-60, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-58, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-60, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-61, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-57, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-57, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-58, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-61, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-60, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-59, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-60, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-58, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-60, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-62, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-58, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-60, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-58, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-59, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-59, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-60, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-58, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-59, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-62, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-58, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-62, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-57, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-58, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-62, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-58, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-59, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-61, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-59, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-59, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-60, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-61, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-58, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-61, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-57, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-62, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=783, y=-62, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-60, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-61, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-60, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-59, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-61, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-62, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-58, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-59, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-59, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-59, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-60, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-58, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-61, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=782, y=-62, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-59, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-60, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-61, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-62, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-59, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-59, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-59, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-62, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-60, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-61, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-58, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-58, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-60, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-62, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-62, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-61, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-60, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-59, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-59, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-59, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-60, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-61, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-60, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-62, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-59, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-61, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-61, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-61, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-60, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-59, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-61, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-60, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-62, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-61, z=-712}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-59, z=-710}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-59, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-62, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-60, z=-711}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-62, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-60, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-708}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-707}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-62, z=-705}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-62, z=-709}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-61, z=-706}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=772, y=-59, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-58, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-59, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-59, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=772, y=-59, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-58, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-57, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-60, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=772, y=-59, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-58, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-720}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-59, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-59, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-61, z=-719}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-61, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-62, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-62, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-715}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-61, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-60, z=-715}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-62, z=-718}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-62, z=-717}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-62, z=-716}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-62, z=-714}
[08:48:55] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=781, y=-52, z=-705}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-61, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-61, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=780, y=-62, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-61, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-61, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-61, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-61, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-61, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=779, y=-61, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-61, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-62, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-60, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=778, y=-62, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-59, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-59, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-60, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-726}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-60, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-60, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-59, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-59, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-60, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-61, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-59, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-61, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-725}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-59, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-724}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=777, y=-59, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-58, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-58, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-60, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-59, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-60, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=772, y=-59, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=773, y=-58, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-57, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=774, y=-58, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=775, y=-58, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-58, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-59, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=776, y=-60, z=-721}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=768, y=-36, z=-723}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=768, y=-36, z=-722}
[08:48:56] [world_ewg - Light/ERROR]: [[STDERR] ] net.minecraft.world.level.lighting.LightEngineStorage Null nibble, preventing crash BlockPosition{x=768, y=-30, z=-721}