Creating Mod Compat for custom mods
Heyo, im working on a 1.20.1 Fabric mod right now where im making use of internal shaders... I have made my peace with not being able to have players experience them next to their prefered iris shaders but at least I want to toggle the active iris shader for the duration of my own internal shader if possible.
I found this method which looks like its doing what i need it to do, but from what i know there are no public maven repos for iris?
Going over the Modrinth Maven brings in a lot of issues especially with Sodium being a requirement and their libs not being as transitive as I hoped...
What would be the way to go there?
GitHub
Iris/src/main/java/net/irisshaders/iris/apiimpl/IrisApiV0ConfigImpl...
A modern shaders mod for Minecraft compatible with existing OptiFine shader packs - IrisShaders/Iris
1 Reply
Any ideas?