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

30 lines
959 B
JSON
Raw Normal View History

2020-11-27 00:27:49 +08:00
{
"criteria": {
"config_check_sneak":{
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
2022-06-10 15:25:14 +08:00
"type": "minecraft:player",
"type_specific": {
"type": "player",
2020-11-27 00:27:49 +08:00
"advancements": {
"fz:config/sneak": true
}
},
"flags": {
"is_sneaking": false
}
}
}
]
}
}
},
"rewards": {
"function": "fz:config/unsneak"
}
}