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-05-31 19:55:24 +08:00
parent 0fa552f905
commit 8a02864eea
170 changed files with 5 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ The code you contribute will be open-sourced under the GPLv3 license. If you pre
### 🌍 Translations ### 🌍 Translations
1. Clone this repository. 1. Clone this repository.
2. Create a new language file in: `/bukkit/loader/src/main/resources/translations` 2. Create a new language file in: `/common-files/src/main/resources/translations`
3. Once done, submit a **pull request** for review. We appreciate your contributions! 3. Once done, submit a **pull request** for review. We appreciate your contributions!
## Differences Between Versions ## Differences Between Versions

View File

@@ -20,6 +20,7 @@ dependencies {
implementation(project(":bukkit:legacy")) implementation(project(":bukkit:legacy"))
implementation(project(":bukkit:compatibility")) implementation(project(":bukkit:compatibility"))
implementation(project(":bukkit:compatibility:legacy")) implementation(project(":bukkit:compatibility:legacy"))
implementation(project(":common-files"))
implementation("com.saicone.rtag:rtag-item:${rootProject.properties["rtag_version"]}") implementation("com.saicone.rtag:rtag-item:${rootProject.properties["rtag_version"]}")
implementation("net.momirealms:sparrow-util:${rootProject.properties["sparrow_util_version"]}") implementation("net.momirealms:sparrow-util:${rootProject.properties["sparrow_util_version"]}")

View File

Some files were not shown because too many files have changed in this diff Show More