删掉!

This commit is contained in:
沈瑗杰
2021-11-17 22:40:59 +08:00
parent 6b5ae5bb7d
commit 364d2dc36f
123 changed files with 0 additions and 4332 deletions
-20
View File
@@ -1,20 +0,0 @@
{
"criteria": {
"config_check_sneak":{
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_sneaking": true
}
}
}
]
}
}
}
}
-28
View File
@@ -1,28 +0,0 @@
{
"criteria": {
"config_check_sneak":{
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"player": {
"advancements": {
"fz:config/sneak": true
}
},
"flags": {
"is_sneaking": false
}
}
}
]
}
}
},
"rewards": {
"function": "fz:config/unsneak"
}
}