reserveword / IMBlocker

A mod for Minecraft helping control Input Methods
GNU General Public License v3.0
56 stars 12 forks source link

Add support for macOS #38

Closed ghostflyby closed 6 months ago

ghostflyby commented 9 months ago

macOS 支持 已知问题:

fabric:

forge:

额外的,forge runClient 一直失败,提示

Caused by: java.lang.ClassNotFoundException: io.github.reserveword.imblocker.IMManager

原因未知,并且直接试图运行未修改的 master 也会出现同样的错误。

closes #35

reserveword commented 7 months ago

runclient失败的问题我这边也有,把common/build/classes下面的类复制到forge/build/classes下面就行。疑似因为forgegradle对子任务结构支持不完整导致的(或者是有什么我不知道的配置?)

ghostflyby commented 7 months ago

我暂时用软链接解决了。这个PR应该算是就绪了。

reserveword commented 7 months ago

粗看了一下没啥问题,我下周再测试吧