delvr / Streams

Flowing rivers in Minecraft.
https://minecraft.curseforge.com/projects/streams
55 stars 7 forks source link

Shader support can be integrated with the mod itself #55

Closed ChloeDawn closed 6 years ago

ChloeDawn commented 6 years ago

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.

delvr commented 6 years ago

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!

delvr commented 6 years ago

The block.properties file is now in its proper location in Streams 1.12-0.4.3. Thanks again InsomniaKitten for reporting this!