LeashedPlayer/src/generated/resources/assets/minecraft/items/crossbow.json
3944Realms 416932bb7a 从1.21.4迁移更新到1.21.5版本
改了些细节,如紫水晶剪刀使用动画显示
2025-04-10 11:18:12 +08:00

61 lines
1.5 KiB
JSON

{
"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"
},
{
"model": {
"type": "minecraft:model",
"model": "leashedplayer:item/crossbow_leash_rope_arrow"
},
"when": "leash_rope_arrow"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/crossbow"
},
"property": "leashedplayer:charge_extend_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"
}
}