Create/Update assets for version 25w03a

This commit is contained in:
InventiveBot
2025-01-15 18:31:25 +01:00
parent cf75216007
commit cfad7ee62b
21685 changed files with 1495422 additions and 18 deletions

View File

@@ -0,0 +1,54 @@
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow_arrow"
},
"when": "arrow"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow_firework"
},
"when": "rocket"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow"
},
"property": "minecraft:charge_type"
},
"on_true": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow_pulling_1"
},
"threshold": 0.58
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow_pulling_2"
},
"threshold": 1.0
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow_pulling_0"
},
"property": "minecraft:crossbow/pull"
},
"property": "minecraft:using_item"
}
}