2022-07-07 07:39:01 +08:00
|
|
|
{
|
2022-07-30 16:34:38 +08:00
|
|
|
"parent": "fzsd:game_event",
|
2022-07-07 07:39:01 +08:00
|
|
|
"criteria": {
|
|
|
|
"on_used_tool": {
|
|
|
|
"trigger": "minecraft:tick",
|
|
|
|
"conditions": {
|
|
|
|
"player": [
|
|
|
|
{
|
|
|
|
"condition": "minecraft:reference",
|
|
|
|
"entity": "this",
|
2022-07-30 16:34:38 +08:00
|
|
|
"name": "fzsd:used_tool"
|
2022-07-07 07:39:01 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"rewards": {
|
2022-07-30 16:34:38 +08:00
|
|
|
"function": "fzsd:game_event/advancement/on_used_tool"
|
2022-07-07 07:39:01 +08:00
|
|
|
}
|
|
|
|
}
|