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