28 lines
803 B
JSON
28 lines
803 B
JSON
|
{
|
||
|
"parent": "fzsd:game_event",
|
||
|
"criteria": {
|
||
|
"on_sneak": {
|
||
|
"trigger": "minecraft:tick",
|
||
|
"conditions": {
|
||
|
"player": [
|
||
|
{
|
||
|
"condition": "minecraft:reference",
|
||
|
"name": "fzsd:is_real_player"
|
||
|
},
|
||
|
{
|
||
|
"condition": "minecraft:entity_properties",
|
||
|
"entity": "this",
|
||
|
"predicate": {
|
||
|
"flags": {
|
||
|
"is_sneaking": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"rewards": {
|
||
|
"function": "fzsd:game_event/advancement/on_sneak"
|
||
|
}
|
||
|
}
|