完善系统核心功能、添加here模块
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user