We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed6c3b commit d2d102eCopy full SHA for d2d102e
1 file changed
introduction_zh.md
@@ -4,7 +4,6 @@
4
5
跨Mod加载器开发,本身就不是一件容易的事情,不同加载器之间API不互通,基本上能用的只有Mixin与Minecraft自带的方法。
6
7
-
8
Forge有一套完善的事件总线,其支持的事件也是最多的。
9
10
Fabric虽然也有类似的事件Callback,而且性能比事件总线要好,但是缺乏一个包装类,以至于在事件分发过程中想要修改多个基本类型参数是一件很难的事情。
0 commit comments