MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
22w42a

color_convolve.json0 B

Empty File
{
    "targets": [
        "swap"
    ],
    "passes": [
        {
            "name": "color_convolve",
            "intarget": "minecraft:main",
            "outtarget": "swap",
            "uniforms": [
                { "name": "Saturation", "values": [ 1.4 ] }
            ]
        },
        {
            "name": "blit",
            "intarget": "swap",
            "outtarget": "minecraft:main"
        }
    ]
}