mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-21 03:10:58 +08:00
5db3c123a0
* 更新 I18N_zh_CN.properties * 因为 MMC 不再支持 Curse 整合包,所以 MCBBS 整合包格式将无法被识别 * https://github.com/huanghongxun/HMCL/pull/1410 * 更改一些提示 * 修改语言文件 * 修改提示和一些细节 * ( 抱歉( * Update I18N_zh_CN.properties * 将大部分 zh_CN 中的 Mod 字样换成 模组 * Revert "Update I18N_zh_CN.properties" This reverts commit79d99247b6
. * Update I18N_zh_CN.properties * 改进I18N ~~眼睛都要瞎掉~~ * 把 Optifine 改成 OptiFine ,然后还加了点空格 * 一定又是IDEA的智慧的编码问题 * 增加锚点 ~~一定是IDEA偷偷加这几行字的~~ * 加了亿点点锚点 * `Optifine` -> `OptiFine` * #2524 不小心带来的翻译错误 * `Tencent` -> `Tencent Cloud` * Revert This reverts commit387935d40c
. Revert "`Tencent` -> `Tencent Cloud`" This reverts commita7e11b4e8d
. * 删掉了一些东西 * Update .gitignore --------- Co-authored-by: hejiehao <hejiehao12@126.com> Co-authored-by: 何杰豪 <98140773+hejiehao@users.noreply.github.com> Co-authored-by: Glavo <zjx001202@gmail.com>
55 lines
737 B
Plaintext
55 lines
737 B
Plaintext
*.class
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
.gradle
|
|
|
|
*.lck
|
|
*.1
|
|
*.2
|
|
*.log
|
|
.mine*
|
|
/externalgames
|
|
NVIDIA
|
|
minecraft-exported-crash-info*
|
|
|
|
# gradle build
|
|
/build/
|
|
/HMCL/build/
|
|
/HMCLCore/build/
|
|
/HMCLTransformerDiscoveryService/build/
|
|
/minecraft/libraries/HMCLTransformerDiscoveryService/build/
|
|
|
|
# idea
|
|
.idea
|
|
/out/
|
|
/HMCL/out/
|
|
/HMCLCore/out/
|
|
/minecraft/libraries/HMCLTransformerDiscoveryService/out/
|
|
|
|
# eclipse
|
|
/bin/
|
|
/HMCL/bin/
|
|
/HMCLCore/bin/
|
|
/minecraft/libraries/HMCLTransformerDiscoveryService/bin/
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# netbeans
|
|
.nb-gradle
|
|
|
|
*.exe
|
|
!/HMCL/src/main/resources/assets/HMCLauncher.exe
|
|
|
|
# macos
|
|
.DS_Store
|
|
|
|
# vscode
|
|
.vscode/
|
|
|
|
# test
|
|
/hmcl.json
|
|
/.hmcl.json
|