Errors: Exception while ticking neighbors and exception ticking world

Started by RitzyPug on

Topic category: Help with modding (Java Edition)

Last seen on 05:13, 3. Jan 2023
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Errors: Exception while ticking neighbors and exception ticking world
Sat, 07/02/2022 - 18:41 (edited)

I have a custom biome for a custom dimension, and everything functions as expected, but sometimes the chunks will stop loading at a certain point and then Minecraft crashes and Mcreator freezes. I have checked all of the crash logs, and it seems to be something to do with fluid movement/rendering, specifically lava. Does anyone know what this means and how I can fix it?

Crash Log:

https://pastebin.com/ZXhtEdgn

That crazy chunk of text duplicates for several hundred lines, then it repeats this a bunch of times:

-- Block being updated --
Details:
    Source block type: ID #minecraft:lava (block.minecraft.lava // net.minecraft.world.level.block.LiquidBlock)
    Block: Block{minecraft:lava}[level=0]
    Block location: World: (465,-55,32), Section: (at 1,9,0 in 29,-4,2; chunk contains blocks 464,-64,32 to 479,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)

Edited by RitzyPug on Sat, 07/02/2022 - 18:41
Last seen on 01:11, 24. Oct 2022
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm Having this problem too…
Sat, 09/03/2022 - 07:49

I'm Having this problem too.