15 lines
316 B
JSON
15 lines
316 B
JSON
|
{
|
||
|
"criteria": {
|
||
|
"on_fished": {
|
||
|
"trigger": "minecraft:fishing_rod_hooked",
|
||
|
"conditions": {
|
||
|
"item": {
|
||
|
"tag": "fz:raw_fishes"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"rewards": {
|
||
|
"function": "fz:event/player/on_fished"
|
||
|
}
|
||
|
}
|