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_placed_block": {
|
2022-07-25 13:34:40 +08:00
|
|
|
"trigger": "minecraft:placed_block",
|
|
|
|
"conditions": {
|
|
|
|
"player": [
|
|
|
|
{
|
|
|
|
"condition": "minecraft:reference",
|
2022-07-30 16:34:38 +08:00
|
|
|
"name": "fzsd:is_real_player"
|
2022-07-25 13:34:40 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-07-07 07:39:01 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"rewards": {
|
2022-07-30 16:34:38 +08:00
|
|
|
"function": "fzsd:game_event/advancement/on_placed_block"
|
2022-07-07 07:39:01 +08:00
|
|
|
}
|
|
|
|
}
|