Sodium Shader Support (1.19.4)
Sodium, being an excellent graphics optimization tool, replaces standard block shaders with its own, but does not provide the ability to modify them through resource packs.
This addon solves this problem by allowing customization of Sodium shaders using resource packs.
How to use
Install this mod together with Sodium and add the new sodium namespace to your resource pack.
Sodium shaders are located in the assets/sodium/shaders/blocks/ folder and are named block_layer_opaque.
The shader code is similar to vanilla, but with modified names for input, output, and uniform variables.