19 lines
478 B
JSON
19 lines
478 B
JSON
{
|
|
"parent": "fz:game_event",
|
|
"criteria": {
|
|
"on_placed_block": {
|
|
"trigger": "minecraft:placed_block",
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:reference",
|
|
"name": "fz:is_real_player"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:game_event/advancement/on_placed_block"
|
|
}
|
|
} |