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,18 +1 @@
{ "parent": "block/block",
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 5, 6, 6 ],
"to": [ 11, 10, 10 ],
"faces": {
"down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" },
"up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" },
"north": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" },
"south": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" },
"west": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" }
}
}
]
}
{"parent":"block/block","textures":{"particle":"#texture"},"elements":[{"from":[5,6,6],"to":[11,10,10],"faces":{"down":{"uv":[5,6,11,10],"texture":"#texture"},"up":{"uv":[5,10,11,6],"texture":"#texture"},"north":{"uv":[5,12,11,16],"texture":"#texture"},"south":{"uv":[5,12,11,16],"texture":"#texture"},"west":{"uv":[6,12,10,16],"texture":"#texture"},"east":{"uv":[6,12,10,16],"texture":"#texture"}}}]}