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

28 lines
797 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": [
{
"condition": "minecraft:reference",
"name": "fz:is_real_player"
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_sneaking": true
}
}
2022-06-23 20:09:15 +08:00
}
]
2022-06-23 20:09:15 +08:00
}
}
},
"rewards": {
"function": "fz:game_event/advancement/on_sneak"
2022-06-23 20:09:15 +08:00
}
2022-06-23 20:06:15 +08:00
}