Files
wireless-docs/assets/minecraft/items/fishing_rod.json
2026-07-03 22:04:34 -04:00

14 lines
308 B
JSON

{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/fishing_rod"
},
"on_true": {
"type": "minecraft:model",
"model": "minecraft:item/fishing_rod_cast"
},
"property": "minecraft:fishing_rod/cast"
}
}