fz-survival-datapack/data/fz/advancements/event/on_sneak.json

14 lines
285 B
JSON
Raw Normal View History

2022-06-23 20:06:15 +08:00
{
2022-06-23 20:09:15 +08:00
"criteria": {
2022-07-03 19:01:51 +08:00
"on_sneak": {
2022-06-23 20:09:15 +08:00
"trigger": "minecraft:tick",
"conditions": {
"player": {
"flags": {
"is_sneaking": true
}
}
}
}
}
2022-06-23 20:06:15 +08:00
}