Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // My bad.
- Time: 10/25/18 5:56 AM
- Description: Exception generating new chunk
- java.util.concurrent.CompletionException: java.lang.NullPointerException
- at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
- at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
- at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604)
- at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
- at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
- at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529)
- at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:599)
- at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
- at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:617)
- at java.util.concurrent.CompletableFuture.thenApplyAsync(CompletableFuture.java:1993)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:147)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:115)
- at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:61)
- at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
- at java.util.concurrent.CompletableFuture.asyncSupplyStage(CompletableFuture.java:1604)
- at java.util.concurrent.CompletableFuture.supplyAsync(CompletableFuture.java:1830)
- at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:62)
- at net.minecraft.server.v1_13_R2.SchedulerBatch.a(SourceFile:39)
- at net.minecraft.server.v1_13_R2.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:112)
- at net.minecraft.server.v1_13_R2.PlayerChunk.a(PlayerChunk.java:87)
- at net.minecraft.server.v1_13_R2.PlayerChunkMap.flush(PlayerChunkMap.java:143)
- at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:309)
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:956)
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835)
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: java.lang.NullPointerException
- at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_13_R2.generator.NativeEpicChunkProvider2.addDecorations(uc:103)
- at net.minecraft.server.v1_13_R2.ChunkTaskDecorate.a(ChunkTaskDecorate.java:8)
- at net.minecraft.server.v1_13_R2.ChunkTask.a(SourceFile:35)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:95)
- at net.minecraft.server.v1_13_R2.ChunkTaskScheduler.a(ChunkTaskScheduler.java:78)
- at net.minecraft.server.v1_13_R2.ChunkTaskScheduler.a(ChunkTaskScheduler.java:1)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:147)
- at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
- ... 46 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
- at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
- at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604)
- at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
- at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
- at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529)
- at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:599)
- at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
- at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:617)
- at java.util.concurrent.CompletableFuture.thenApplyAsync(CompletableFuture.java:1993)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:147)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
- at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
- at java.util.Map.computeIfAbsent(Map.java:957)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
- at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:115)
- at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:61)
- at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
- at java.util.concurrent.CompletableFuture.asyncSupplyStage(CompletableFuture.java:1604)
- at java.util.concurrent.CompletableFuture.supplyAsync(CompletableFuture.java:1830)
- at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:62)
- -- Chunk to be generated --
- Details:
- Location: -101,161
- Position hash: 695784701851
- Generator: EpicChunkProvider(ewgWorld=minelazz.hr@2dd6ce37, ecm=minelazz.xl@7bd100b4, rand=minelazz.nc@42290f76, rand2=minelazz.nc@35b1900f, bukkitWorld=CraftWorld{name=secret}, perlin=minelazz.qc@151b9dba, cell=minelazz.pc@663ceb0d, sampleSize=8, sampleArraySize=21, parabolicSize=8, parabolicArraySize=17, parabolicField=[0.039286803, 0.04180662, 0.0444334, 0.047090605, 0.049659483, 0.051976614, 0.05384553, 0.05506852, 0.055495083, 0.05506852, 0.05384553, 0.051976614, 0.049659483, 0.047090605, 0.0444334, 0.04180662, 0.039286803, 0.04180662, 0.04488314, 0.048182074, 0.051625654, 0.05506852, 0.05828083, 0.060953185, 0.06274455, 0.06337771, 0.06274455, 0.060953185, 0.05828083, 0.05506852, 0.051625654, 0.048182074, 0.04488314, 0.04180662, 0.0444334, 0.048182074, 0.05233483, 0.05683682, 0.06153315, 0.06611666, 0.0700983, 0.07286275, 0.07385956, 0.07286275, 0.0700983, 0.06611666, 0.06153315, 0.05683682, 0.05233483, 0.048182074, 0.0444334, 0.047090605, 0.051625654, 0.05683682, 0.06274455, 0.06924445, 0.075982384, 0.082210295, 0.0867725, 0.08847076, 0.0867725, 0.082210295, 0.075982384, 0.06924445, 0.06274455, 0.05683682, 0.051625654, 0.047090605, 0.049659483, 0.05506852, 0.06153315, 0.06924445, 0.07829946, 0.08847076, 0.098767035, 0.106988475, 0.11022147, 0.106988475, 0.098767035, 0.08847076, 0.07829946, 0.06924445, 0.06153315, 0.05506852, 0.049659483, 0.051976614, 0.05828083, 0.06611666, 0.075982384, 0.08847076, 0.104024224, 0.122020885, 0.13865687, 0.14592125, 0.13865687, 0.122020885, 0.104024224, 0.08847076, 0.075982384, 0.06611666, 0.05828083, 0.051976614, 0.05384553, 0.060953185, 0.0700983, 0.082210295, 0.098767035, 0.122020885, 0.15446174, 0.19329564, 0.21459804, 0.19329564, 0.15446174, 0.122020885, 0.098767035, 0.082210295, 0.0700983, 0.060953185, 0.05384553, 0.05506852, 0.06274455, 0.07286275, 0.0867725, 0.106988475, 0.13865687, 0.19329564, 0.2934243, 0.3902908, 0.2934243, 0.19329564, 0.13865687, 0.106988475, 0.0867725, 0.07286275, 0.06274455, 0.05506852, 0.055495083, 0.06337771, 0.07385956, 0.08847076, 0.11022147, 0.14592125, 0.21459804, 0.3902908, 0.81245506, 0.3902908, 0.21459804, 0.14592125, 0.11022147, 0.08847076, 0.07385956, 0.06337771, 0.055495083, 0.05506852, 0.06274455, 0.07286275, 0.0867725, 0.106988475, 0.13865687, 0.19329564, 0.2934243, 0.3902908, 0.2934243, 0.19329564, 0.13865687, 0.106988475, 0.0867725, 0.07286275, 0.06274455, 0.05506852, 0.05384553, 0.060953185, 0.0700983, 0.082210295, 0.098767035, 0.122020885, 0.15446174, 0.19329564, 0.21459804, 0.19329564, 0.15446174, 0.122020885, 0.098767035, 0.082210295, 0.0700983, 0.060953185, 0.05384553, 0.051976614, 0.05828083, 0.06611666, 0.075982384, 0.08847076, 0.104024224, 0.122020885, 0.13865687, 0.14592125, 0.13865687, 0.122020885, 0.104024224, 0.08847076, 0.075982384, 0.06611666, 0.05828083, 0.051976614, 0.049659483, 0.05506852, 0.06153315, 0.06924445, 0.07829946, 0.08847076, 0.098767035, 0.106988475, 0.11022147, 0.106988475, 0.098767035, 0.08847076, 0.07829946, 0.06924445, 0.06153315, 0.05506852, 0.049659483, 0.047090605, 0.051625654, 0.05683682, 0.06274455, 0.06924445, 0.075982384, 0.082210295, 0.0867725, 0.08847076, 0.0867725, 0.082210295, 0.075982384, 0.06924445, 0.06274455, 0.05683682, 0.051625654, 0.047090605, 0.0444334, 0.048182074, 0.05233483, 0.05683682, 0.06153315, 0.06611666, 0.0700983, 0.07286275, 0.07385956, 0.07286275, 0.0700983, 0.06611666, 0.06153315, 0.05683682, 0.05233483, 0.048182074, 0.0444334, 0.04180662, 0.04488314, 0.048182074, 0.051625654, 0.05506852, 0.05828083, 0.060953185, 0.06274455, 0.06337771, 0.06274455, 0.060953185, 0.05828083, 0.05506852, 0.051625654, 0.048182074, 0.04488314, 0.04180662, 0.039286803, 0.04180662, 0.0444334, 0.047090605, 0.049659483, 0.051976614, 0.05384553, 0.05506852, 0.055495083, 0.05506852, 0.05384553, 0.051976614, 0.049659483, 0.047090605, 0.0444334, 0.04180662, 0.039286803], parabolicFieldTotal=25.26399, grid=false, gridSize=64, gridSpace=16, structureGenerators=[minelazz.pj@6c641a03], gen=minelazz.bk@55ecde68, riverBiome=minelazz.xf@1ec4db00, water=WATER, noiseTbl={}, bTerrain=EpicBaseTerrainProvider(biomeSettings=EpicBiomeSettings(enabled=true, rarity=1.0, biomeType=FOREST, useDungeons=true, dungeonChance=8, useMineShafts=true, useStrongholds=true, useVillages=true, useTemples=false, useNetherFortress=false, useCaves=true, useMonuments=false, useWoodlandMansion=false, useRavines=true, useWitchHuts=false, usePyramids=false, useJungleTemples=false, useIgloos=false, useFossils=false, useWaterLakes=true, useLavaLakes=false, useRivers=true, useNativePainting=false, useNativeStructure=false, useNativeDecorations=false, nativeBiome=null, biomeColors=[#030605], fossilChance=64, lavaLakeChance=70, waterLakeChance=4, vanillaFeatures=[UNDERGROUND_DECORATION, UNDERGROUND_STRUCTURES, SURFACE_STRUCTURES, TOP_LAYER_MODIFICATION, RAW_GENERATION], ores=[EpicOre(type=DIRT, size=33, count=10, minHeight=0, maxHeight=256, ignoreOtherBlocks=false), EpicOre(type=GRAVEL, size=33, count=8, minHeight=0, maxHeight=256, ignoreOtherBlocks=false), EpicOre(type=GRANITE, size=33, count=10, minHeight=0, maxHeight=80, ignoreOtherBlocks=false), EpicOre(type=DIORITE, size=33, count=10, minHeight=0, maxHeight=80, ignoreOtherBlocks=false), EpicOre(type=ANDESITE, size=33, count=10, minHeight=0, maxHeight=80, ignoreOtherBlocks=false), EpicOre(type=COAL_ORE, size=17, count=20, minHeight=0, maxHeight=128, ignoreOtherBlocks=false), EpicOre(type=IRON_ORE, size=9, count=20, minHeight=0, maxHeight=64, ignoreOtherBlocks=false), EpicOre(type=GOLD_ORE, size=9, count=2, minHeight=0, maxHeight=32, ignoreOtherBlocks=false), EpicOre(type=REDSTONE_ORE, size=8, count=8, minHeight=0, maxHeight=16, ignoreOtherBlocks=false), EpicOre(type=DIAMOND_ORE, size=8, count=1, minHeight=0, maxHeight=16, ignoreOtherBlocks=false), EpicOre(type=LAPIS_ORE, size=7, count=1, minHeight=0, maxHeight=32, ignoreOtherBlocks=false), EpicOre(type=EMERALD_ORE, size=4, count=2, minHeight=4, maxHeight=32, ignoreOtherBlocks=false)], customTerrain=minelazz.bb@c9a8d48, terrainSettings=EpicTerrainSettings(subTerrains=[minelazz.wb@652bd036]), overlaySettings=BiomeOverlay(spawnLilyPads=true, fastLeavesPlacing=true, spawnCactus=false, spawnSnowLayers=false, spawnHangingLeaves=false, spawnIceOnWater=false, groundDepth=4, surfaceDepth=1, surfaceBlocks=[[minelazz.hb@51ce3e81], [minelazz.hb@62e2b54e, minelazz.hb@654f6c4f, minelazz.hb@4c0924fb], [minelazz.hb@6c1321cd]], oceanBlocks=[], groundBlocks=[[minelazz.hb@1b2ca1c4], [minelazz.hb@51f9bfa, minelazz.hb@34495e, minelazz.hb@75dc1ddc], [minelazz.hb@b80a022]], beachBlocks=[[minelazz.hb@72b93ae3]], pathBlocks=[], farmlandBlocks=[], slabBlocks=[], stairBlocks=[], plantBlocks=[[], [], [minelazz.hb@5065f353, minelazz.hb@4542267e, minelazz.hb@4b4d0f44, minelazz.hb@70984aec, minelazz.hb@f98c0c7, minelazz.hb@5b3d669c, minelazz.hb@78296590, minelazz.hb@4ad49f53, minelazz.hb@383e036, minelazz.hb@33ba6f5c, minelazz.hb@c895e, minelazz.hb@6e4cb00b, minelazz.hb@72d27fa4, minelazz.hb@12f22e2d, minelazz.hb@76501354, minelazz.hb@7d17297d, minelazz.hb@1c595624, minelazz.hb@1f5990c4]], riverBlocks=[[minelazz.hb@69e5fac8]], leavesBlock=minelazz.hb@2d7d7a48, fieldGroundBlock=null, hasLoadedBefore=false, ewgWorld=minelazz.hr@2dd6ce37), customTrees=[EpicEWGObject(name=TREES_birch_normal_3, rawName=null, density=3.333333333333333E-4, size=MEDIUM, provider=EWG, type=TREES, blocksRequiredUnderneath=[GRASS_BLOCK], blacklistedDecoBlocks=[], spawnUnderWater=false, spawnOnGround=true, overrideExsistingBlocks=false, allowRotation=true, applyPhysics=false, applyAir=false, fixFlyingRoots=true, replaceAir=true, minY=62, maxY=113, maxSlope=0.7, minSlope=0.0, transitionClearance=-1.0, snapToXGrid=-1, snapToYGrid=-1, gridXOffset=0, gridYOffset=0, anchorYOffset=0, chestItems=null, structureObject=null), EpicEWGObject(name=TREES_birch_normal_4, rawName=null, density=3.333333333333333E-4, size=MEDIUM, provider=EWG, type=TREES, blocksRequiredUnderneath=[GRASS_BLOCK], blacklistedDecoBlocks=[], spawnUnderWater=false, spawnOnGround=true, overrideExsistingBlocks=false, allowRotation=true, applyPhysics=false, applyAir=false, fixFlyingRoots=true, replaceAir=true, minY=62, maxY=113, maxSlope=0.7, minSlope=0.0, transitionClearance=-1.0, snapToXGrid=-1, snapToYGrid=-1, gridXOffset=0, gridYOffset=0, anchorYOffset=0, chestItems=null, structureObject=null), EpicEWGObject(name=TREES_birch_normal_2, rawName=null, density=3.333333333333333E-4, size=MEDIUM, provider=EWG, type=TREES, blocksRequiredUnderneath=[GRASS_BLOCK], blacklistedDecoBlocks=[], spawnUnderWater=false, spawnOnGround=true, overrideExsistingBlocks=false, allowRotation=true, applyPhysics=false, applyAir=false, fixFlyingRoots=true, replaceAir=true, minY=62, maxY=113, maxSlope=0.7, minSlope=0.0, transitionClearance=-1.0, snapToXGrid=-1, snapToYGrid=-1, gridXOffset=0, gridYOffset=0, anchorYOffset=0, chestItems=null, structureObject=null), EpicEWGObject(name=TREES_birch_normal, rawName=null, density=3.333333333333333E-4, size=MEDIUM, provider=EWG, type=TREES, blocksRequiredUnderneath=[GRASS_BLOCK], blacklistedDecoBlocks=[], spawnUnderWater=false, spawnOnGround=true, overrideExsistingBlocks=false, allowRotation=true, applyPhysics=false, applyAir=false, fixFlyingRoots=true, replaceAir=true, minY=62, maxY=113, maxSlope=0.7, minSlope=0.0, transitionClearance=-1.0, snapToXGrid=-1, snapToYGrid=-1, gridXOffset=0, gridYOffset=0, anchorYOffset=0, chestItems=null, structureObject=null)], customStructures=[EpicEWGObject(name=DECO_forest_house, rawName=null, density=0.001, size=MEDIUM, provider=EWG, type=DECO, blocksRequiredUnderneath=[GRASS_BLOCK], blacklistedDecoBlocks=[], spawnUnderWater=false, spawnOnGround=true, overrideExsistingBlocks=false, allowRotation=false, applyPhysics=false, applyAir=true, fixFlyingRoots=false, replaceAir=true, minY=67, maxY=107, maxSlope=2.0, minSlope=0.0, transitionClearance=-1.0, snapToXGrid=150, snapToYGrid=150, gridXOffset=0, gridYOffset=0, anchorYOffset=0, chestItems=null, structureObject=null), EpicEWGObject(name=mine1, rawName=null, density=0.05, size=MEDIUM, provider=SCHEMATIC, type=DECO, blocksRequiredUnderneath=[], blacklistedDecoBlocks=[], spawnUnderWater=false, spawnOnGround=false, overrideExsistingBlocks=false, allowRotation=false, applyPhysics=false, applyAir=true, fixFlyingRoots=false, replaceAir=false, minY=70, maxY=71, maxSlope=2.0, minSlope=0.0, transitionClearance=-1.0, snapToXGrid=150, snapToYGrid=150, gridXOffset=500, gridYOffset=500, anchorYOffset=0, chestItems=null, structureObject=null)], maxEWGObjectsPerChunk=4, xNoiseModifier=1.2, yNoiseModifier=0.7, zNoiseModifier=1.2, lakeDepth=0.0, baseHeight=67, nativeBiomes=[NativeBiomeSetting(nativeBiome=BIRCH_FOREST), NativeBiomeSetting(nativeBiome=SAVANNA)], groundBlockSettings=minelazz.ab@731d4eb5, groundMaterials=[ProbabilityItem(chance=1.0)], id=-1, biomeIDs=null, biomeIDMap=null), baseTerrainSettings=minelazz.wb@7b43e1b5))
- Stacktrace:
- at net.minecraft.server.v1_13_R2.ChunkProviderServer.a(ChunkProviderServer.java:167)
- at net.minecraft.server.v1_13_R2.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:117)
- at net.minecraft.server.v1_13_R2.PlayerChunk.a(PlayerChunk.java:87)
- at net.minecraft.server.v1_13_R2.PlayerChunkMap.flush(PlayerChunkMap.java:143)
- at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:309)
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:956)
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835)
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733)
- at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement