Biome Particle Weather

Biome Particle Weather

2M Downloads

[Crash]: Render Issue with Rubidium/Radium/Krypton

AllKnowingWhiteChicken opened this issue · 4 comments

commented

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.18.2

Mod Version (Required)

4.0.21

Notes (Required)

Crash occurs in single player while exploring the world with Radium and Rubidium installed.

Crash Report (Required)

https://gist.github.com/AllKnowingWhiteChicken/63eb458529ed9b70eb96f5f2bfb9fe45

latest.log (Optional)

No response

commented

this won't be fixed as these mods replace the rendering engine all together so it really more or less is up to the devs of those mods, sorry

commented

Alright, thanks for the quick response.

commented
commented

Looking at the crash, this looks very similar to other cases of forge ports of fabric client-side mods.
Registry Object not present
it's not Rubidium's thing, it's Forge's thing.
To quote another dev of Visuality Reforged port:

Forge is forcibly syncing registries from server to client, so it's impossible to register new particle only on client

Which can be fixed since Visuality reforged works fine on forge w/ rubidium.