Custom biome in custom dimension crashes Minecraft client environment.

Started by Zachmine77 on

Topic category: Help with modding (Java Edition)

Last seen on 16:18, 11. Feb 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom biome in custom dimension crashes Minecraft client environment.
Mon, 04/27/2020 - 14:18 (edited)

I don't know how to read this error that occurs when I enter my custom biome in my custom dimension.
The only thing I get from this is that there is a problem when generating chunks %)
If there is any other additional information I need to add, I will do so.

Asking for a reason for this error in simple terms, and also how I could go about fixing it.


36:00.06 [Server thread/DEBUG] [FMLWorldPersistenceHook/WP]: Gathering id map for writing to world save New World

33:00.06 [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 3787ms or 75 ticks behind

32:00.06 [Client thread/INFO] [minecraft/AdvancementList]: Loaded 0 advancements

36:00.43 [Server thread/DEBUG] [ne.mc.za.wo.di.Ko.TeleporterDimensionMod/]: Adding nether portal ticket for DimensionType{zachsedit:kowloon}:[68, 37]

32:00.43 [Server thread/INFO] [minecraft/MinecraftServer]: Dev has reached the goal [The Walled City]

32:00.43 [Client thread/INFO] [minecraft/NewChatGui]: [CHAT] Dev has reached the goal [The Walled City]

32:00.44 [Client thread/INFO] [minecraft/AdvancementList]: Loaded 1 advancements

32:00.44 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

32:00.44 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/zachsedit:kowloon

32:00.45 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld

36:00.45 [Server thread/DEBUG] [FMLWorldPersistenceHook/WP]: Gathering id map for writing to world save New World

33:00.46 [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 24804ms or 496 ticks behind

32:01.00 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

32:01.00 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/zachsedit:kowloon

32:01.00 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld

36:01.01 [Server thread/DEBUG] [FMLWorldPersistenceHook/WP]: Gathering id map for writing to world save New World

32:01.08 [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 12, from 7

32:01.12 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

32:01.12 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/zachsedit:kowloon

32:01.13 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld

36:01.13 [Server thread/DEBUG] [FMLWorldPersistenceHook/WP]: Gathering id map for writing to world save New World

32:01.27 [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 8, from 12

33:01.30 [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 2024ms or 40 ticks behind

1;31:01.54 [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception

net.minecraft.crash.ReportedException: Exception generating new chunk

   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:869) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:869) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:800) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:800) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}

   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}

   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:646) [?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:646) [?:?] {re:classloading,pl:accesstransformer:B}

   at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232] {}

   at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232] {}

Caused by: java.lang.NullPointerException

   at net.minecraft.world.spawner.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:260) ~[?:?] {re:classloading}

   at net.minecraft.world.spawner.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:260) ~[?:?] {re:classloading}

   at net.minecraft.world.gen.OverworldChunkGenerator.spawnMobs(OverworldChunkGenerator.java:51) ~[?:?] {re:classloading}

   at net.minecraft.world.gen.OverworldChunkGenerator.spawnMobs(OverworldChunkGenerator.java:51) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkStatus.lambda$static$12(ChunkStatus.java:87) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.chunk.ChunkStatus.lambda$static$12(ChunkStatus.java:87) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.chunk.ChunkStatus$ISelectiveWorker.doWork(ChunkStatus.java:242) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkStatus$ISelectiveWorker.doWork(ChunkStatus.java:242) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:512) ~[?:?] {re:classloading}

   at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:512) ~[?:?] {re:classloading}

   at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {}

   at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {}

   at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:510) ~[?:?] {re:classloading}

   at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:510) ~[?:?] {re:classloading}

   at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_232] {}

   at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:83) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:83) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:123) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:123) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:91) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:91) ~[?:?] {re:classloading}

   at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_232] {}

1;31:01.54 [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: /Users/UserName/MCreatorWorkspaces/zachsedit/run/./crash-reports/crash-2020-04-27_10.01.54-server.txt

32:01.54 [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server

32:01.54 [Server thread/INFO] [minecraft/MinecraftServer]: Saving players

32:01.54 [Server thread/INFO] [minecraft/ServerPlayNetHandler]: Dev lost connection: Disconnected

32:01.54 [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:106 ---- Minecraft Crash Report ----

// Who set us up the TNT?

Time: 27/04/20 10:01 AM

Description: Exception generating new chunk

java.lang.NullPointerException: Exception generating new chunk

   at net.minecraft.world.spawner.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:260) ~[?:?] {re:classloading}

   at net.minecraft.world.spawner.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:260) ~[?:?] {re:classloading}

   at net.minecraft.world.gen.OverworldChunkGenerator.spawnMobs(OverworldChunkGenerator.java:51) ~[?:?] {re:classloading}

   at net.minecraft.world.gen.OverworldChunkGenerator.spawnMobs(OverworldChunkGenerator.java:51) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkStatus.lambda$static$12(ChunkStatus.java:87) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.chunk.ChunkStatus.lambda$static$12(ChunkStatus.java:87) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.chunk.ChunkStatus$ISelectiveWorker.doWork(ChunkStatus.java:242) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkStatus$ISelectiveWorker.doWork(ChunkStatus.java:242) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196) ~[?:?] {re:classloading,pl:accesstransformer:B}

   at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:512) ~[?:?] {re:classloading}

   at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:512) ~[?:?] {re:classloading}

   at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {}

   at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {}

   at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:510) ~[?:?] {re:classloading}

   at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:510) ~[?:?] {re:classloading}

   at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_232] {}

   at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_232] {}

   at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44) ~[?:?] {re:classloading}

   at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:83) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:83) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:123) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:123) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:91) ~[?:?] {re:classloading}

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:91) ~[?:?] {re:classloading}

   at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_232] {}

   at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_232] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

-- Head --

Thread: Client thread

Stacktrace:

   at net.minecraft.world.spawner.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:260)

   at net.minecraft.world.spawner.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:260)

   at net.minecraft.world.gen.OverworldChunkGenerator.spawnMobs(OverworldChunkGenerator.java:51)

   at net.minecraft.world.gen.OverworldChunkGenerator.spawnMobs(OverworldChunkGenerator.java:51)

   at net.minecraft.world.chunk.ChunkStatus.lambda$static$12(ChunkStatus.java:87)

   at net.minecraft.world.chunk.ChunkStatus.lambda$static$12(ChunkStatus.java:87)

   at net.minecraft.world.chunk.ChunkStatus$ISelectiveWorker.doWork(ChunkStatus.java:242)

   at net.minecraft.world.chunk.ChunkStatus$ISelectiveWorker.doWork(ChunkStatus.java:242)

   at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196)

   at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196)

-- Chunk to be generated --

Details:

   Location: 19,-6

   Position hash: -25769803757

   Generator: net.mcreator.zachsedit.world.dimension.KowloonDimension$ChunkProviderModded@26239a83

Stacktrace:

   at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:512)

   at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:512)

   at com.mojang.datafixers.util.Either$Left.map(Either.java:38)

   at com.mojang.datafixers.util.Either$Left.map(Either.java:38)

   at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:510)

   at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:510)

   at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966)

   at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966)

   at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940)

   at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940)

   at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456)

   at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456)

   at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44)

   at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44)

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:83)

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:83)

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:123)

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:123)

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:91)

   at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:91)

-- Affected level --

Details:

   All players: 1 total; [ServerPlayerEntity['Dev'/187, l='New World', x=193.82, y=80.55, z=61.84]]

   Chunk stats: ServerChunkCache: 1721

   Level dimension: DimensionType{zachsedit:kowloon}

   Derived: true

   Level name: New World

   Level seed: -569675248174315250

   Level generator: ID 00 - default, ver 1. Features enabled: true

   Level generator options: {}

   Level spawn location: World: (64,72,32), Chunk: (at 0,4,0 in 4,2; contains blocks 64,0,32 to 79,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

   Level time: 3221 game time, 3221 day time

   Level storage version: 0x04ABD - Anvil

   Level weather: Rain time: 130111 (now: false), thunder time: 151959 (now: false)

   Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true

Stacktrace:

   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:868)

   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:868)

   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:800)

   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:800)

   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)

   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)

   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:646)

   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:646)

   at java.lang.Thread.run(Thread.java:748)

   at java.lang.Thread.run(Thread.java:748)

-- System Details --

Details:

   Minecraft Version: 1.14.4

   Minecraft Version ID: 1.14.4

   Operating System: Mac OS X (x86_64) version 10.12.6

   Java Version: 1.8.0_232, BellSoft

   Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), BellSoft

   Memory: 304601216 bytes (290 MB) / 1087897600 bytes (1037 MB) up to 1908932608 bytes (1820 MB)

   CPUs: 4

   JVM Flags: 1 total; -Xss1M

   ModLauncher: 4.1.0+62+5bfa59b

   ModLauncher launch target: fmluserdevclient

   ModLauncher naming: mcp

   ModLauncher services: 

      /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 

      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar object_holder_definalize PLUGINSERVICE 

      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar runtime_enum_extender PLUGINSERVICE 

      /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 

      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar capability_inject_definalize PLUGINSERVICE 

      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar runtimedistcleaner PLUGINSERVICE 

      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar fml TRANSFORMATIONSERVICE 

   FML: 28.2

   Forge: net.minecraftforge:28.2.3

   FML Language Providers: 

      javafml@28.2

      minecraft@1

   Mod List: 

      client-extra.jar Minecraft {minecraft@1.14.4 DONE}

      main Zach's Edit {zachsedit@0.0.1 DONE}

      forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-recomp.jar Forge {forge@28.2.3 DONE}

   Player Count: 1 / 8; [ServerPlayerEntity['Dev'/187, l='New World', x=193.82, y=80.55, z=61.84]]

   Data Packs: vanilla, mod:forge, mod:zachsedit

   Type: Integrated Server (map_client.txt)

   Is Modded: Definitely; Client brand changed to 'forge'

32:01.54 [Server thread/INFO] [minecraft/MinecraftServer]: Dev left the game

32:01.54 [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:106 #@!@# Game crashed! Crash report saved to: #@!@# ./crash-reports/crash-2020-04-27_10.01.54-server.txt

AL lib: (EE) alc_cleanup. 1 device not closed
 
> Task :runClient FAILED

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':runClient'.

> Process 'command '/private/var/folders/r9/qffdprj93r36l2wwr0x7zn940000gn/T/AppTranslocation/3D56D3E1-BA45-4446-9DC5-13753A7E8FB4/d/MCreator.app/Contents/MacOS/jdk/Contents/Home/bin/java'' finished with non-zero exit value 255

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.

Use '--warning-mode all' to show the individual deprecation warnings.

See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3m 38s

10 actionable tasks: 4 executed, 6 up-to-date

BUILD FAILED

Task completed in 218887 milliseconds

I don't know how to read this error that occurs when I enter my custom biome in my custom dimension.
The only thing I get from this is that there is a problem when generating chunks %)
If there is any other additional information I need to add, I will do so.

Asking for a reason for this error in simple terms, and also how I could go about fixing it.

Edited by Zachmine77 on Mon, 04/27/2020 - 14:18
Last seen on 16:18, 11. Feb 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there something…
Tue, 04/28/2020 - 15:13

Is there something preventing this from being answered that I did not notice?

Last seen on 16:18, 11. Feb 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I had lightning spawning in…
Fri, 05/22/2020 - 12:35

I had lightning spawning in the biomes that are created in this dimension.
Removing it seemed to fix a bunch of problems.

  

Last seen on 22:16, 19. Apr 2024
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is happening to me too…
Sun, 02/14/2021 - 03:14

This is happening to me too help