Advertisement
Guest User

Untitled

a guest
Oct 26th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.88 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 10/25/18 5:56 AM
  5. Description: Exception generating new chunk
  6.  
  7. java.util.concurrent.CompletionException: java.lang.NullPointerException
  8. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
  9. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
  10. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604)
  11. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
  12. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
  13. at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
  14. at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529)
  15. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:599)
  16. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
  17. at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:617)
  18. at java.util.concurrent.CompletableFuture.thenApplyAsync(CompletableFuture.java:1993)
  19. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:147)
  20. at java.util.Map.computeIfAbsent(Map.java:957)
  21. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  22. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  23. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
  24. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
  25. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  26. at java.util.Map.computeIfAbsent(Map.java:957)
  27. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  28. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  29. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
  30. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
  31. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  32. at java.util.Map.computeIfAbsent(Map.java:957)
  33. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  34. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  35. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
  36. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
  37. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  38. at java.util.Map.computeIfAbsent(Map.java:957)
  39. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  40. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:115)
  41. at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:61)
  42. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
  43. at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
  44. at java.util.concurrent.CompletableFuture.asyncSupplyStage(CompletableFuture.java:1604)
  45. at java.util.concurrent.CompletableFuture.supplyAsync(CompletableFuture.java:1830)
  46. at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:62)
  47. at net.minecraft.server.v1_13_R2.SchedulerBatch.a(SourceFile:39)
  48. at net.minecraft.server.v1_13_R2.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:112)
  49. at net.minecraft.server.v1_13_R2.PlayerChunk.a(PlayerChunk.java:87)
  50. at net.minecraft.server.v1_13_R2.PlayerChunkMap.flush(PlayerChunkMap.java:143)
  51. at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:309)
  52. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:956)
  53. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
  54. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835)
  55. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733)
  56. at java.lang.Thread.run(Thread.java:748)
  57. Caused by: java.lang.NullPointerException
  58. at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_13_R2.generator.NativeEpicChunkProvider2.addDecorations(uc:103)
  59. at net.minecraft.server.v1_13_R2.ChunkTaskDecorate.a(ChunkTaskDecorate.java:8)
  60. at net.minecraft.server.v1_13_R2.ChunkTask.a(SourceFile:35)
  61. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:95)
  62. at net.minecraft.server.v1_13_R2.ChunkTaskScheduler.a(ChunkTaskScheduler.java:78)
  63. at net.minecraft.server.v1_13_R2.ChunkTaskScheduler.a(ChunkTaskScheduler.java:1)
  64. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:147)
  65. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
  66. ... 46 more
  67.  
  68.  
  69. A detailed walkthrough of the error, its code path and all known details is as follows:
  70. ---------------------------------------------------------------------------------------
  71.  
  72. -- Head --
  73. Thread: Server thread
  74. Stacktrace:
  75. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
  76. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
  77. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604)
  78. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
  79. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
  80. at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
  81. at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529)
  82. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:599)
  83. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
  84. at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:617)
  85. at java.util.concurrent.CompletableFuture.thenApplyAsync(CompletableFuture.java:1993)
  86. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:147)
  87. at java.util.Map.computeIfAbsent(Map.java:957)
  88. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  89. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  90. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
  91. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
  92. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  93. at java.util.Map.computeIfAbsent(Map.java:957)
  94. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  95. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  96. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
  97. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
  98. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  99. at java.util.Map.computeIfAbsent(Map.java:957)
  100. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  101. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  102. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:105)
  103. at net.minecraft.server.v1_13_R2.ChunkStatus.a(SourceFile:22)
  104. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:143)
  105. at java.util.Map.computeIfAbsent(Map.java:957)
  106. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:137)
  107. at net.minecraft.server.v1_13_R2.Scheduler$a.a(SourceFile:115)
  108. at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:61)
  109. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
  110. at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:260)
  111. at java.util.concurrent.CompletableFuture.asyncSupplyStage(CompletableFuture.java:1604)
  112. at java.util.concurrent.CompletableFuture.supplyAsync(CompletableFuture.java:1830)
  113. at net.minecraft.server.v1_13_R2.Scheduler.a(SourceFile:62)
  114.  
  115. -- Chunk to be generated --
  116. Details:
  117. Location: -101,161
  118. Position hash: 695784701851
  119. 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))
  120. Stacktrace:
  121. at net.minecraft.server.v1_13_R2.ChunkProviderServer.a(ChunkProviderServer.java:167)
  122. at net.minecraft.server.v1_13_R2.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:117)
  123. at net.minecraft.server.v1_13_R2.PlayerChunk.a(PlayerChunk.java:87)
  124. at net.minecraft.server.v1_13_R2.PlayerChunkMap.flush(PlayerChunkMap.java:143)
  125. at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:309)
  126. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:956)
  127. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
  128. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835)
  129. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733)
  130. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement