2022-06-23 20:11:56 +08:00
|
|
|
{
|
2022-07-08 09:18:06 +08:00
|
|
|
"parent": "fz:game_event/on_sneak",
|
2022-06-23 20:11:56 +08:00
|
|
|
"criteria": {
|
2022-07-03 19:01:51 +08:00
|
|
|
"on_unsneak": {
|
2022-06-25 02:22:23 +08:00
|
|
|
"trigger": "minecraft:tick",
|
2022-06-23 20:11:56 +08:00
|
|
|
"conditions": {
|
2022-07-25 13:34:40 +08:00
|
|
|
"player": [
|
|
|
|
{
|
|
|
|
"condition": "minecraft:reference",
|
|
|
|
"name": "fz:is_real_player"
|
2022-06-25 02:22:23 +08:00
|
|
|
},
|
2022-07-25 13:34:40 +08:00
|
|
|
{
|
|
|
|
"condition": "minecraft:entity_properties",
|
|
|
|
"entity": "this",
|
|
|
|
"predicate": {
|
|
|
|
"flags": {
|
|
|
|
"is_sneaking": false
|
|
|
|
},
|
|
|
|
"type_specific": {
|
|
|
|
"type": "player",
|
|
|
|
"advancements": {
|
|
|
|
"fz:game_event/on_sneak": true
|
|
|
|
}
|
|
|
|
}
|
2022-06-25 02:22:23 +08:00
|
|
|
}
|
2022-06-23 20:11:56 +08:00
|
|
|
}
|
2022-07-25 13:34:40 +08:00
|
|
|
]
|
2022-06-23 20:11:56 +08:00
|
|
|
}
|
|
|
|
}
|
2022-06-23 21:10:09 +08:00
|
|
|
},
|
|
|
|
"rewards": {
|
2022-07-25 13:34:40 +08:00
|
|
|
"function": "fz:game_event/advancement/on_unsneak"
|
2022-06-23 20:11:56 +08:00
|
|
|
}
|
|
|
|
}
|