Integrated Dynamics

Integrated Dynamics

63M Downloads

Rendering bugs in chunk with a complex InDy system

met4000 opened this issue ยท 2 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

Blocks appear invisible when placed, or an entire chunk is not rendered correctly. This can happen immediately after loading in, or start after some time within the world.

Minecraft.Forge_.1.20.1.-.Singleplayer.2023-08-19.16-13-06.mp4

Steps to reproduce the problem:

World:
FillCrash.zip

  1. load the world in the zip
  2. wait (has varied for me from being as soon as I load into the world, to a few seconds or mins, to something like 15 mins)

It is more common for things to be invisible (e.g. as in the second half of the video) rather than the chunk to not render (as in the first half of the video). The invisibility has also occurred after some time on other saves with multiple but less complex networks/systems than this one.

Expected behaviour:

Chunk is rendered correctly, and blocks are not invisible when placed.


Versions:

  • Minecraft: 1.20.1
  • Forge: 47.1.0

261781221-5cd6111a-adf9-4e03-8231-b094e9828d94

Log file:

N/A

commented

Just tested with your world, and I can confirm the problem.

However, nothing seems to be going wrong in ID's rendering logic AFAICS (no exceptions being thrown or so).
Furthermore, since this doesn't seem to occur in older MC versions, this may be a MC-version-specific problem (perhaps similar to https://bugs.mojang.com/browse/MC-245010 ).

So I'll have to close this one as can't-fix.

commented

Thanks for reporting!