{ "targets": { "swap": {} }, "passes": [ { "program": "minecraft:post/entity_outline", "inputs": [ { "sampler_name": "In", "target": "minecraft:entity_outline" } ], "output": "swap" }, { "program": "minecraft:post/entity_outline_box_blur", "inputs": [ { "sampler_name": "In", "target": "swap", "bilinear": true } ], "output": "minecraft:entity_outline", "uniforms": [ { "name": "BlurDir", "values": [ 1.0, 0.0 ] } ] }, { "program": "minecraft:post/entity_outline_box_blur", "inputs": [ { "sampler_name": "In", "target": "minecraft:entity_outline", "bilinear": true } ], "output": "swap", "uniforms": [ { "name": "BlurDir", "values": [ 0.0, 1.0 ] } ] }, { "program": "minecraft:post/blit", "inputs": [ { "sampler_name": "In", "target": "swap" } ], "output": "minecraft:entity_outline" } ] }