添加交互器打开方式选项、添加将假人分数忽略的地毯脚本
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
"on_fished": {
|
||||
"trigger": "minecraft:fishing_rod_hooked",
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:reference",
|
||||
"name": "fz:is_real_player"
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"tag": "fz:raw_fishes"
|
||||
}
|
||||
@@ -11,6 +17,6 @@
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "fz:game_event/player/on_fished"
|
||||
"function": "fz:game_event/advancement/on_fished"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user