I want to know if possibly I could change it from Custom Name to Item Model, and if I could: How?

{ "model": { "type": "minecraft:select", "property": "minecraft:component", "component": "minecraft:custom_name", "cases": [ { "when": "redstone_sheath", "model": { "type": "minecraft:condition", "on_false": { "type": "minecraft:model", "model": "minecraft:item/redstone_sheath" }, "on_true": { "type": "minecraft:model", "model": "minecraft:item/redstone_sheath_blocking" }, "property": "minecraft:using_item" } } ], "fallback": { "type": "minecraft:condition", "on_false": { "type": "minecraft:special", "base": "minecraft:item/shield", "model": { "type": "minecraft:shield" } }, "on_true": { "type": "minecraft:special", "base": "minecraft:item/shield_blocking", "model": { "type": "minecraft:shield" } }, "property": "minecraft:using_item" } } }

Continue to help post