这是 EMCLK 的 C# 语言的分支
如果你想了解更多请前往: AEBC08/EMCLK
这个分支和原来的并无太多区别, 因为它们的逻辑基本上是相同的
This is the fork of EMCLK for C#
If you want to learn more, please go AEBC08/EMCLK
This fork is not much different from the original one because their logic is basically the same
本项目支持被直接引用并调用函数启动 Minecraft
以下是调用示例:
This project supports being directly referenced and then calling functions to launch Minecraft.
Please note that all the comments in the code are in Chinese; you may choose to use a translator to translate them into Chinese.
Here is a demonstration call:
using IMCLK;
Kernrl.LaunchMinecraft("Your Java path", "Your .minecraft dir path", "Minecraft version name", 1024, "Player name", OutJvmParams: true);- Updating in progress(正在更新中)...