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,34 +1 @@
{
"model": {
"type": "minecraft:select",
"block_state_property": "mode",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_log"
},
"when": "log"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_fail"
},
"when": "fail"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_accept"
},
"when": "accept"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_start"
},
"property": "minecraft:block_state"
}
}
{"model":{"type":"minecraft:select","block_state_property":"mode","cases":[{"model":{"type":"minecraft:model","model":"minecraft:block/test_block_log"},"when":"log"},{"model":{"type":"minecraft:model","model":"minecraft:block/test_block_fail"},"when":"fail"},{"model":{"type":"minecraft:model","model":"minecraft:block/test_block_accept"},"when":"accept"}],"fallback":{"type":"minecraft:model","model":"minecraft:block/test_block_start"},"property":"minecraft:block_state"}}