minify resource pack. png to webp.

This commit is contained in:
2026-07-16 22:08:15 -04:00
parent c178f9121b
commit b641a53100
17906 changed files with 7818 additions and 130425 deletions

View File

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