This commit is contained in:
延皓 2022-06-23 20:09:15 +08:00
parent 5c75fa4127
commit 4ad5cf2a3c

View File

@ -1,3 +1,14 @@
{
"criteria": {
"sneak": {
"trigger": "minecraft:tick",
"conditions": {
"player": {
"flags": {
"is_sneaking": true
}
}
}
}
}
}