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,35 +1 @@
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/bow"
},
"on_true": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bow_pulling_1"
},
"threshold": 0.65
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bow_pulling_2"
},
"threshold": 0.9
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bow_pulling_0"
},
"property": "minecraft:use_duration",
"scale": 0.05
},
"property": "minecraft:using_item"
}
}
{"model":{"type":"minecraft:condition","on_false":{"type":"minecraft:model","model":"minecraft:item/bow"},"on_true":{"type":"minecraft:range_dispatch","entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/bow_pulling_1"},"threshold":0.65},{"model":{"type":"minecraft:model","model":"minecraft:item/bow_pulling_2"},"threshold":0.9}],"fallback":{"type":"minecraft:model","model":"minecraft:item/bow_pulling_0"},"property":"minecraft:use_duration","scale":0.05},"property":"minecraft:using_item"}}