为日志和游戏事件模块装卸添加单独的标签

This commit is contained in:
延皓 2022-10-30 01:17:52 +08:00
parent 6fb0d57394
commit 1babb5f733
7 changed files with 29 additions and 5 deletions

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:game_event/install"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:game_event/uninstall"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:logger/install"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:logger/uninstall"
]
}

View File

@ -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"
] ]
} }

View File

@ -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"
] ]
} }

View File

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"description": "FZ Survival Datapack 3.0 | Author: Harvey_Husky", "description": "FZ Survival Datapack 3.0 | Author: Harvey_Husky",
"pack_format": 10 "pack_format": 9
} }
} }