Witches and Shaders Causing Game to CRASH
Hello! I'm in a 1.20.1 server with friends and we have your mod plus a bunch of others. All is fine except it clashes with the Enchanted: Witchcraft Mod. The game crashes when there's a particle with a custom
ParticleRenderType
present, when it's supposed to ignore it, enchanted is also supposed to disable the custom shader if iris is loaded, apparently.
Is this fixable? Because at the moment this crash is keeping me and my friend from joining the server again. 🙏2 Replies
Additional context from dev of that mod: The mod chooses which rendertype to use by checking if a mod by the id
iris
is loaded and if a shaderpack is active via the iris API, if there is one it just uses the vanilla type.
Assuming either IrisApi#isShaderPackInUse
is broken on that version or iris will crash with a non vanilla rendertype even if a shader pack isn't being usedYe