[Bug Report] Crash with Iris 1.7.10-snapshot for Distant Horizons
jukarr opened this issue ยท 5 comments
Expected Behaviour
The game should launch as per usual - it does so when Better Trims is disabled.
Actual Behaviour
Game crashes, the crash report mentions the kiwi library mod
Steps to Reproduce
- Hard to say as it's not related directly to kiwi - probably an incompatability with another mod. The game starts fine with just the Better Trims mod disabled
What version of the mod are you using
2.2.3
Helpful Files
The version of iris you are using is not compatible with better trims. I am gonna wait for the iris-dh development to become stable before officially supporting this version.
I can push a fix for you, Iris changed their namespace from net.coderbot to net.irisshaders and that's what making BetterTrims unable to find MixinGameRenderer_NightVisionCompat
Yes I'm aware. See above comment for why I've not addressed this.
If you are knowledgeable on how to conditionally apply mixins based on mod version feel free to add an additional mixin for the experimental iris builds (you can't just change the namespace as that would break compat with the current stable versions)
This is what the annotation based checker would look like:
https://github.com/Bawnorton/Neruina/blob/d0802f5ed05c85ea432746979e5bcf0dac1e4b30/src/main/java/com/bawnorton/neruina/NeruinaMixinPlugin.java#L70-L95
I doesn't really make sense to support an experimental build because it's not unlikely that the target will change again