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

18 lines
392 B
JSON
Raw Normal View History

2022-06-23 20:06:15 +08:00
{
"parent": "fz:game_event",
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
}
}
}
}
},
"rewards": {
"function": "fz:game_event/player/on_sneak"
2022-06-23 20:09:15 +08:00
}
2022-06-23 20:06:15 +08:00
}