Create/Update assets for version 1.21.5-pre3

This commit is contained in:
InventiveBot
2025-03-19 18:31:15 +01:00
parent 4af32fd2af
commit 1a965e5424
22031 changed files with 1530861 additions and 18 deletions

View File

@@ -0,0 +1,143 @@
{
"targets": {
"swap": {}
},
"passes": [
{
"vertex_shader": "minecraft:post/blur",
"fragment_shader": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"type": "vec2",
"values": [ 1.0, 0.0 ]
},
{
"name": "Radius",
"type": "float"
}
]
},
{
"vertex_shader": "minecraft:post/blur",
"fragment_shader": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "BlurDir",
"type": "vec2",
"values": [ 0.0, 1.0 ]
},
{
"name": "Radius",
"type": "float"
}
]
}, {
"vertex_shader": "minecraft:post/blur",
"fragment_shader": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"type": "vec2",
"values": [ 1.0, 0.0 ]
},
{
"name": "Radius",
"type": "float"
}
]
},
{
"vertex_shader": "minecraft:post/blur",
"fragment_shader": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "BlurDir",
"type": "vec2",
"values": [ 0.0, 1.0 ]
},
{
"name": "Radius",
"type": "float"
}
]
}, {
"vertex_shader": "minecraft:post/blur",
"fragment_shader": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"type": "vec2",
"values": [ 1.0, 0.0 ]
},
{
"name": "Radius",
"type": "float"
}
]
},
{
"vertex_shader": "minecraft:post/blur",
"fragment_shader": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "BlurDir",
"type": "vec2",
"values": [ 0.0, 1.0 ]
},
{
"name": "Radius",
"type": "float"
}
]
}
]
}