revert to vanilla assets

This commit is contained in:
2026-07-09 21:14:29 -04:00
parent 826e8967a2
commit 223b733bdc
2126 changed files with 38030 additions and 3856 deletions

View File

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