24 lines
637 B
JSON
24 lines
637 B
JSON
{
|
|
"parent": "fz:game_event/on_sneak",
|
|
"criteria": {
|
|
"on_unsneak": {
|
|
"trigger": "minecraft:tick",
|
|
"conditions": {
|
|
"player": {
|
|
"flags": {
|
|
"is_sneaking": false
|
|
},
|
|
"type_specific": {
|
|
"type": "player",
|
|
"advancements": {
|
|
"fz:game_event/on_sneak": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:game_event/player/on_unsneak"
|
|
}
|
|
} |