{
"oversized_in_gui": true,
"model": {
"type": "minecraft:select",
"property": "minecraft:component",
"component": "minecraft:custom_name",
"cases": [
{
"when": ["Throwing Knife", "Метательный нож"],
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:use_duration",
"entries": [
{
"threshold": 1,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/throwing_knife_pulling_0"
}
},
{
"threshold": 13,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/throwing_knife_pulling_1"
}
},
{
"threshold": 18,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/throwing_knife_pulling_2"
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/throwing_knife"
}
}
},
{
"when": ["Sandman", "Дрёма"],
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:use_duration",
"entries": [
{
"threshold": 1,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/sandman_pulling_0"
}
},
{
"threshold": 13,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/sandman_pulling_1"
}
},
{
"threshold": 18,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/sandman_pulling_2"
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/sandman"
}
}
},
{
"when": ["Casey Jones", "Кейси Джонс"],
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:use_duration",
"entries": [
{
"threshold": 1,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/casey_jones_pulling_0"
}
},
{
"threshold": 13,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/casey_jones_pulling_1"
}
},
{
"threshold": 18,
"model": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/casey_jones_pulling_2"
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "ksepsp:item/9_0/weapons/trident/casey_jones"
}
}
}
],
"fallback": {
"type": "minecraft:select",
"property": "minecraft:display_context",
"cases": [
{
"when":["firstperson_righthand", "thirdperson_righthand", "firstperson_lefthand", "thirdperson_lefthand"],
"model": {
"type": "minecraft:condition",
"property": "minecraft:using_item",
"on_true": {
"type": "minecraft:special",
"model": {
"type": "minecraft:trident"
},
"base": "minecraft:item/trident_throwing"
},
"on_false": {
"type": "minecraft:special",
"model": {
"type": "minecraft:trident"
},
"base": "minecraft:item/trident_in_hand"
}
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/trident"
}
}
}
}