Topic category: Help with Minecraft modding (Java Edition)
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:
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)
I'm Having this problem too.