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,22 +1 @@
{
"textures": {
"particle": "block/cake_side",
"bottom": "block/cake_bottom",
"top": "block/cake_top",
"side": "block/cake_side",
"inside": "block/cake_inner"
},
"elements": [
{ "from": [ 5, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}
{"textures":{"particle":"block/cake_side","bottom":"block/cake_bottom","top":"block/cake_top","side":"block/cake_side","inside":"block/cake_inner"},"elements":[{"from":[5,0,1],"to":[15,8,15],"faces":{"down":{"texture":"#bottom","cullface":"down"},"up":{"texture":"#top"},"north":{"texture":"#side"},"south":{"texture":"#side"},"west":{"texture":"#inside"},"east":{"texture":"#side"}}}]}