完善系统核心功能、添加here模块
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"parent": "fz:game_event/on_sneak",
|
||||
"criteria": {
|
||||
"on_unsneak": {
|
||||
"trigger": "minecraft:tick",
|
||||
"conditions": {
|
||||
"player": {
|
||||
"flags": {
|
||||
"is_sneaking": false
|
||||
},
|
||||
"type_specific": {
|
||||
"type": "player",
|
||||
"advancements": {
|
||||
"fz:game_event/on_sneak": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "fz:game_event/player/on_unsneak"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user