Skip to content

Unsupported mods

embeddedt edited this page Jan 21, 2024 · 6 revisions

The following performance/cosmetic mods use unsafe logic that tends to cause rendering issues when Embeddium is installed. Until their authors fix or work around these issues, they should be removed, and support will not be provided if they are installed.

Entity Culling, Sound Physics Remastered

The mods in this category unsafely access the client world on a background thread. This causes extremely subtle issues which Embeddium cannot do anything about. There will likely be other problems encountered even if Embeddium is removed.

Known symptoms include: entities/blocks disappearing, ConcurrentModificationException crashes at random times, occasional lag spikes especially when around blocks or entities playing sounds.

There is nothing Embeddium can reasonably do from its end to address these problems. They should be fixed by the mods' authors.

See https://github.com/embeddedt/embeddium/issues/97 for an example, and https://github.com/henkelmax/sound-physics-remastered/issues/172 for a technical explanation of the issue with Sound Physics. Despite being a different mod, Entity Culling causes a similar class of bugs due to accessing the world in a similar way.

Chunk Sending when installed with Krypton/Pluto

If both Chunk Sending and a Krypton port are installed, their optimizations conflict, causing strange behavior such as blocks not updating correctly when interacting with chunks. Remove one of the mods.