2个版本
0.1.1 | 2023年5月10日 |
---|---|
0.1.0 | 2023年5月10日 |
#445 在 游戏
每月 22次下载
31KB
798 行
make-fabric-mod
Java和Kotlin创建Fabric模组的脚手架工具
安装
make-fabric-mod可以使用cargo安装
$ cargo install make-fabric-mod
用法
$ make-fabric-mod -h
Create a new Fabric mod
Usage: make-fabric-mod [OPTIONS] --name <NAME> --minecraft <MINECRAFT_VERSION> --entrypoint <MAIN_CLASS> <PATH>
Arguments:
<PATH>
Options:
-i, --id <MOD_ID> Mod ID. Defaults to the name of the directory [default: ]
-n, --name <NAME> Human-friendly mod name
-m, --minecraft <MINECRAFT_VERSION> Minecraft version (x.y)
-k, --kotlin Use Kotlin instead of Java
-e, --entrypoint <MAIN_CLASS> Main class (e.g., 'net.fabricmc.example.ExampleMod')
-h, --help Print help information
-V, --version Print version information
依赖项
~3–14MB
~131K SLoC