[SOLVED] Loading world stuck at 0%

Started by Hellfax on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 19:19, 18. Mar 2024
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] Loading world stuck at 0%
Tue, 07/07/2020 - 17:57 (edited)

After upgrading to the new snapshot, trying to run minecraft gets me stuck at 0% in the loading world section and gives the following error in the logs.

https://github.com/Hellfax/Logs/blob/master/latest.log

The last thing I added after updating was adding a condition where a plant would spawn on top of any rock with an air space above it.

Edited by Hellfax on Tue, 07/07/2020 - 17:57
Last seen on 19:19, 18. Mar 2024
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Might be because of this…
Mon, 07/06/2020 - 16:51

e

Might be because of this condition block set to be carried out when the plant generates as whenever I spawned in a biome that doesnt contain the plant, I don't get stuck, is there anything wrong with it? This is my first time making a condition block so i dont really know that much about them.

Last seen on 19:19, 18. Mar 2024
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nope, not because of the…
Mon, 07/06/2020 - 17:43

Nope, not because of the condition, I edited it correctly and its still giving me the same error. My guess is that it comes from the snapshot update.

Last seen on 19:19, 18. Mar 2024
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nevermind I figured out it…
Mon, 07/06/2020 - 17:55

Nevermind I figured out it is because of the condition, can someone help, Is there anything wrong with this procedure?procedure

In some cases checking for…
Tue, 07/07/2020 - 08:01

In some cases checking for the block at a given location locks the world generation.

I do not know why this is happening, seems like MC does not allow doing this at this stage.

Keep in mind that these…
Tue, 07/07/2020 - 08:03

Keep in mind that these conditions are an extension of vanilla plant placement too.

No need to, https://mcreator…
Tue, 07/07/2020 - 13:18

No need to, https://mcreator.net/changelog:

  • [Bugfix] On initial mob spawn procedure trigger could freeze world generation
  • [Bugfix] Conditions checking or altering blocks for block, plant, structure, or entity spawning could freeze world generation
Last seen on 19:19, 18. Mar 2024
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Apologies for not replying…
Tue, 07/07/2020 - 14:45

Apologies for not replying Klemen, I was asleep at that time, but thank you so much for fixing it in the next update!

Side note: Couldn't read…
Tue, 07/07/2020 - 17:58

Side note:

Couldn't read global loot modifier list from forge:loot_modifiers/global_loot_modifiers.json

java.io.FileNotFoundException: forge:loot_modifiers/global_loot_modifiers.json

at net.minecraft.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:102) ~[?:?]

at net.minecraft.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:72) ~[?:?]

at net.minecraftforge.common.loot.LootModifierManager.apply(LootModifierManager.java:90) ~[?:?]

at net.minecraftforge.common.loot.LootModifierManager.apply(LootModifierManager.java:57) ~[?:?]

at net.minecraft.client.resources.ReloadListener.lambda$reload$1(ReloadListener.java:14) ~[?:?]

at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_252]

at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_252]

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

at net.minecraft.resources.AsyncReloader.lambda$null$3(AsyncReloader.java:66) ~[?:?]

at net.minecraft.util.concurrent.TickDelayedTask.run(TickDelayedTask.java:20) [?:?]

at net.minecraft.util.concurrent.ThreadTaskExecutor.run(ThreadTaskExecutor.java:140) [?:?]

at net.minecraft.util.concurrent.RecursiveEventLoop.run(RecursiveEventLoop.java:22) [?:?]

at net.minecraft.util.concurrent.ThreadTaskExecutor.driveOne(ThreadTaskExecutor.java:110) [?:?]

at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:728) [?:?]

at net.minecraft.server.MinecraftServer.driveOne(MinecraftServer.java:722) [?:?]

at net.minecraft.util.concurrent.ThreadTaskExecutor.driveUntil(ThreadTaskExecutor.java:123) [?:?]

at net.minecraft.server.MinecraftServer.loadDataPacks(MinecraftServer.java:1556) [?:?]

at net.minecraft.server.MinecraftServer.loadDataPacks(MinecraftServer.java:444) [?:?]

at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:75) [?:?]

at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:97) [?:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [?:?]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]

This is unrelated and normal

Last seen on 19:19, 18. Mar 2024
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So that's a bug or is there…
Fri, 07/10/2020 - 08:41

So that's a bug or is there something wrong with my elements?