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,39 +1 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"property": "minecraft:display_context"
}
}
{"model":{"type":"minecraft:select","cases":[{"model":{"type":"minecraft:condition","on_false":{"type":"minecraft:model","model":"minecraft:item/bundle"},"on_true":{"type":"minecraft:composite","models":[{"type":"minecraft:model","model":"minecraft:item/bundle_open_back"},{"type":"minecraft:bundle/selected_item"},{"type":"minecraft:model","model":"minecraft:item/bundle_open_front"}]},"property":"minecraft:bundle/has_selected_item"},"when":"gui"}],"fallback":{"type":"minecraft:model","model":"minecraft:item/bundle"},"property":"minecraft:display_context"}}