Skip to content

Commit

Permalink
updated READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrShieh-X committed Apr 30, 2022
1 parent 0da8ed9 commit 1273acb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions update_logs-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Currently, the latest version is 1.2, which was updated on April 30, 2022.
1. Install Forge when installing the version: add "-o" after the installation command, such as: `-install 1.18.2 -o`</br>
2. Install Forge after installing the version: `-version -o <Target Version Name>`
- Supports **downloading and installing modpacks** (download source: CurseForge):</br>
1. Search for modpacks and install (by name): `-modpack -i <Modpack Name> -k (optional, keep the file after installation)`
2. Search for modpacks and install (by ID): `-modpack -i -c <Modpack ID> -k (optional, keep the file after installation)`
3. Search for modpacks and display information (by name): `-modpack -s <Modpack Name>`
4. Search for modpacks and display information (by ID): `-modpack -s -c <Modpack ID>`
1. Search for modpacks and install (by name): `-modpack -i <Modpack Name> -k (optional, keep the file after installation)`</br>
2. Search for modpacks and install (by ID): `-modpack -i -c <Modpack ID> -k (optional, keep the file after installation)`</br>
3. Search for modpacks and display information (by name): `-modpack -s <Modpack Name>`</br>
4. Search for modpacks and display information (by ID): `-modpack -s -c <Modpack ID>`</br>
5. Install local CurseForge modpack: `-modpack -l <Modpack Path>`
- **Mod** can be **found by** mod **ID**, usage:
1. Search for mods and install (by ID): `-mod -i -c <Mod ID>`
- **Mod** can be **found by** mod **ID**, usage: </br>
1. Search for mods and install (by ID): `-mod -i -c <Mod ID>`</br>
2. Search for mods and display information (by ID): `-mod -s -c <Mod ID>`
- When installing mods, you will be prompted for the **pre-mods**.
- Fixed some proxy settings issues.
Expand Down
12 changes: 6 additions & 6 deletions update_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
1.安装版本时安装 Forge:在安装命令后面加入“-o”,如:`-install 1.18.2 -o`</br>
2.安装版本后安装 Forge:`-version -o <目标版本名称>`
- **支持下载并安装整合包**(下载源:CurseForge):</br>
1.搜索整合包并安装(通过名称):`-modpack -i <整合包名称> -k(可选,安装完成后保留文件)`
2.搜索整合包并安装(通过ID):`-modpack -i -c <整合包ID> -k(可选,安装完成后保留文件)`
3.搜索整合包并显示信息(通过名称):`-modpack -s <整合包名称>`
4.搜索整合包并显示信息(通过ID):`-modpack -s -c <整合包ID>`
1.搜索整合包并安装(通过名称):`-modpack -i <整合包名称> -k(可选,安装完成后保留文件)`</br>
2.搜索整合包并安装(通过ID):`-modpack -i -c <整合包ID> -k(可选,安装完成后保留文件)`</br>
3.搜索整合包并显示信息(通过名称):`-modpack -s <整合包名称>`</br>
4.搜索整合包并显示信息(通过ID):`-modpack -s -c <整合包ID>`</br>
5.安装本地 CurseForge 整合包:`-modpack -l <整合包路径>`
-**通过模组ID找到目标模组**,用法:
1.搜索模组并安装(通过ID):`-mod -i -c <模组ID>`
-**通过模组ID找到目标模组**,用法:</br>
1.搜索模组并安装(通过ID):`-mod -i -c <模组ID>`</br>
2.搜索模组并显示信息(通过ID):`-mod -s -c <模组ID>`
- 安装模组时将会提示要安装的**前置 Mod**
- 修复了某些代理设置问题。
Expand Down

0 comments on commit 1273acb

Please sign in to comment.