16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"parent": "fz:game_event",
|
|
"criteria": {
|
|
"on_fished": {
|
|
"trigger": "minecraft:fishing_rod_hooked",
|
|
"conditions": {
|
|
"item": {
|
|
"tag": "fz:raw_fishes"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:game_event/player/on_fished"
|
|
}
|
|
} |