Create/Update assets for version 25w09a

This commit is contained in:
InventiveBot
2025-02-26 18:31:02 +01:00
parent cae88d9a77
commit 8caafb37a5
22030 changed files with 1526584 additions and 18 deletions

View File

@@ -0,0 +1,58 @@
{
"targets": {
"swap": {}
},
"passes": [
{
"vertex_shader": "minecraft:post/sobel",
"fragment_shader": "minecraft:post/color_convolve",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main"
}
],
"output": "swap",
"uniforms": [
{
"name": "RedMatrix",
"type": "vec3",
"values": [ 0.0, 0.0, 0.0 ]
},
{
"name": "GreenMatrix",
"type": "vec3",
"values": [ 0.3, 0.59, 0.11 ]
},
{
"name": "BlueMatrix",
"type": "vec3",
"values": [ 0.0, 0.0, 0.0 ]
}
]
},
{
"vertex_shader": "minecraft:post/sobel",
"fragment_shader": "minecraft:post/bits",
"inputs": [
{
"sampler_name": "In",
"target": "swap"
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "Resolution",
"type": "float",
"values": [ 16.0 ]
},
{
"name": "MosaicSize",
"type": "float",
"values": [ 4.0 ]
}
]
}
]
}