9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

添加冲突键警告

This commit is contained in:
XiaoMoMi
2025-06-09 21:31:20 +08:00
parent a48164fca3
commit 6a71ef957d
6 changed files with 19 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ subprojects {
expand(rootProject.properties)
}
filesMatching(arrayListOf("commands.yml", "config.yml", "*/*.yml", "ignite.mod.json")) {
filesMatching(arrayListOf("commands.yml", "config.yml")) {
expand(
Pair("project_version", rootProject.properties["project_version"]),
Pair("config_version", rootProject.properties["config_version"]),