MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
1.21.4
Empty File
{
    "targets": {
        "swap": {}
    },
    "passes": [
        {
            "program": "minecraft:post/box_blur",
            "inputs": [
                {
                    "sampler_name": "In",
                    "target": "minecraft:main",
                    "bilinear": true
                }
            ],
            "output": "swap",
            "uniforms": [
                {
                    "name": "BlurDir",
                    "values": [ 1.0, 0.0 ]
                }
            ]
        },
        {
            "program": "minecraft:post/box_blur",
            "inputs": [
                {
                    "sampler_name": "In",
                    "target": "swap",
                    "bilinear": true
                }
            ],
            "output": "minecraft:main",
            "uniforms": [
                {
                    "name": "BlurDir",
                    "values": [ 0.0, 1.0 ]
                }
            ]
        }, {
            "program": "minecraft:post/box_blur",
            "inputs": [
                {
                    "sampler_name": "In",
                    "target": "minecraft:main",
                    "bilinear": true
                }
            ],
            "output": "swap",
            "uniforms": [
                {
                    "name": "BlurDir",
                    "values": [ 1.0, 0.0 ],
                    "RadiusMultiplier" : 0.5
                }
            ]
        },
        {
            "program": "minecraft:post/box_blur",
            "inputs": [
                {
                    "sampler_name": "In",
                    "target": "swap",
                    "bilinear": true
                }
            ],
            "output": "minecraft:main",
            "uniforms": [
                {
                    "name": "BlurDir",
                    "values": [ 0.0, 1.0 ],
                    "RadiusMultiplier" : 0.5
                }
            ]
        }, {
            "program": "minecraft:post/box_blur",
            "inputs": [
                {
                    "sampler_name": "In",
                    "target": "minecraft:main",
                    "bilinear": true
                }
            ],
            "output": "swap",
            "uniforms": [
                {
                    "name": "BlurDir",
                    "values": [ 1.0, 0.0 ],
                    "RadiusMultiplier" : 0.25
                }
            ]
        },
        {
            "program": "minecraft:post/box_blur",
            "inputs": [
                {
                    "sampler_name": "In",
                    "target": "swap",
                    "bilinear": true
                }
            ],
            "output": "minecraft:main",
            "uniforms": [
                {
                    "name": "BlurDir",
                    "values": [ 0.0, 1.0 ],
                    "RadiusMultiplier" : 0.25
                }
            ]
        }
    ]
}