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,55 +1 @@
{
"parent": "block/block",
"textures": {
"particle": "block/composter_side",
"top": "block/composter_top",
"bottom": "block/composter_bottom",
"side": "block/composter_side",
"inside": "block/composter_bottom"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"up": { "texture": "#inside" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 0, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" }
}
},
{ "from": [ 2, 0, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" }
}
}
]
}
{"parent":"block/block","textures":{"particle":"block/composter_side","top":"block/composter_top","bottom":"block/composter_bottom","side":"block/composter_side","inside":"block/composter_bottom"},"elements":[{"from":[0,0,0],"to":[16,2,16],"faces":{"up":{"texture":"#inside"},"down":{"texture":"#bottom","cullface":"down"}}},{"from":[0,0,0],"to":[2,16,16],"faces":{"up":{"texture":"#top","cullface":"up"},"north":{"texture":"#side","cullface":"north"},"south":{"texture":"#side","cullface":"south"},"west":{"texture":"#side","cullface":"west"},"east":{"texture":"#side"}}},{"from":[14,0,0],"to":[16,16,16],"faces":{"up":{"texture":"#top","cullface":"up"},"north":{"texture":"#side","cullface":"north"},"south":{"texture":"#side","cullface":"south"},"west":{"texture":"#side"},"east":{"texture":"#side","cullface":"east"}}},{"from":[2,0,0],"to":[14,16,2],"faces":{"up":{"texture":"#top","cullface":"up"},"north":{"texture":"#side","cullface":"north"},"south":{"texture":"#side"}}},{"from":[2,0,14],"to":[14,16,16],"faces":{"up":{"texture":"#top","cullface":"up"},"north":{"texture":"#side"},"south":{"texture":"#side","cullface":"south"}}}]}