2022-07-07 07:39:01 +08:00
|
|
|
{
|
2022-07-08 09:18:06 +08:00
|
|
|
"parent": "fz:game_event",
|
2022-07-07 07:39:01 +08:00
|
|
|
"criteria": {
|
|
|
|
"on_fished": {
|
|
|
|
"trigger": "minecraft:fishing_rod_hooked",
|
|
|
|
"conditions": {
|
2022-07-25 13:34:40 +08:00
|
|
|
"player": [
|
|
|
|
{
|
|
|
|
"condition": "minecraft:reference",
|
|
|
|
"name": "fz:is_real_player"
|
|
|
|
}
|
|
|
|
],
|
2022-07-07 07:39:01 +08:00
|
|
|
"item": {
|
|
|
|
"tag": "fz:raw_fishes"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"rewards": {
|
2022-07-25 13:34:40 +08:00
|
|
|
"function": "fz:game_event/advancement/on_fished"
|
2022-07-07 07:39:01 +08:00
|
|
|
}
|
|
|
|
}
|