1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*!
<div align="left">
<h1>SCL Core</h1>
<span>
一个 Minecraft 启动框架,作为作者的项目 ——
<a href="https://steve-xmh.github.io/scl/">Sharp Craft Launcher</a>
的主要启动框架。
</span>
</div>
## 功能/特点
- 全异步操作,使用 smol 作为异步框架,快速且轻量
- 全版本启动支持
- 下载纯净游戏
- 下载 Forge 模组安装器
- 下载 Fabric 模组安装器
- 下载 Optifine 模组
- 自定义启动参数
- 正版登录(Mojang, Microsoft(你需要自行获取到回调链接))
- 多下载源(BMCLAPI MCBBS MC)
- Curseforge 模组检索/下载
## 部分引用的 JAR 的原仓库
- [forge-install-bootstrapper.jar](https://github.com/Steve-xmh/forge-install-bootstrapper)
- [log4j-patch-agent-1.0.jar](https://github.com/saharNooby/log4j-vulnerability-patcher-agent)
- [optifine-installer.jar](https://github.com/Steve-xmh/optifine-installer)
*/
pub
pub
pub