minecraft-src/assets/minecraft/items/fishing_rod.json
2025-07-04 03:15:13 +03:00

14 lines
No EOL
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"
}
}