为日志和游戏事件模块装卸添加单独的标签
This commit is contained in:
parent
08f73b9b9c
commit
8162a7031a
6
data/fzsd/tags/functions/game_event/install.json
Normal file
6
data/fzsd/tags/functions/game_event/install.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd:game_event/install"
|
||||||
|
]
|
||||||
|
}
|
6
data/fzsd/tags/functions/game_event/uninstall.json
Normal file
6
data/fzsd/tags/functions/game_event/uninstall.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd:game_event/uninstall"
|
||||||
|
]
|
||||||
|
}
|
6
data/fzsd/tags/functions/logger/install.json
Normal file
6
data/fzsd/tags/functions/logger/install.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd:logger/install"
|
||||||
|
]
|
||||||
|
}
|
6
data/fzsd/tags/functions/logger/uninstall.json
Normal file
6
data/fzsd/tags/functions/logger/uninstall.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd:logger/uninstall"
|
||||||
|
]
|
||||||
|
}
|
@ -2,7 +2,7 @@
|
|||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:system/install/install",
|
"fzsd:system/install/install",
|
||||||
"fzsd:logger/install",
|
"#fzsd:logger/install",
|
||||||
"fzsd:game_event/install"
|
"#fzsd:game_event/install"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:game_event/uninstall",
|
"#fzsd:game_event/uninstall",
|
||||||
"fzsd:logger/uninstall",
|
"#fzsd:logger/uninstall",
|
||||||
"fzsd:system/uninstall/uninstall"
|
"fzsd:system/uninstall/uninstall"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user