fz-survival-datapack/data/fz/advancements/unsneak.json

23 lines
565 B
JSON
Raw Normal View History

2022-06-23 20:11:56 +08:00
{
"criteria": {
"unsneak": {
"trigger": "tick",
"conditions": {
"player": {
2022-06-23 20:13:55 +08:00
"type_specific": {
"type": "player",
"advancements": {
2022-06-23 21:10:09 +08:00
"fz:config/sneak": true
2022-06-23 20:13:55 +08:00
}
},
2022-06-23 20:11:56 +08:00
"flags": {
"is_sneaking": false
}
}
}
}
2022-06-23 21:10:09 +08:00
},
"rewards": {
"function": "fz:event/on_unsneak"
2022-06-23 20:11:56 +08:00
}
}