Shader support can be integrated with the mod itself
ChloeDawn opened this issue ยท 2 comments
You currently leave block.properties
in the root of the mod jar and request it is copied into the user's shaderpack. You can actually store it under assets/streams/shaders/block.properties
and have it work directly from your mod, as explained in OptiFineDoc/doc/shaders.txt#L471.
Well whaddaya know! I can't believe I missed out on that feature for so long. This will be in the next version of Streams. Thanks so much for the info!