viewing paste Unknown #22751 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
    "targets": [
        "swap"
    ],
    "passes": [
        {
            "name": "color_convolve",
            "intarget": "minecraft:main",
            "outtarget": "swap",
            "uniforms": [
                {
                    "name": "Saturation",
                    "values": [ 0.2 ]
                }
            ]
        },
        {
            "name": "blit",
            "intarget": "swap",
            "outtarget": "minecraft:main"
        }
    ]
}
 
Viewed 896 times, submitted by IntelligenceExalted.