- 已编辑
自定义模型类:
1.Yes steve model
https://www.mcmod.cn/class/8616.html
解决方法:使用Figura/CPM替代
https://www.mcmod.cn/class/3709.html
https://www.mcmod.cn/class/6090.html
2.KAI我的实体
https://www.mcmod.cn/class/3605.html
该模组已停更,仅支持x86-64windos
该模组有跨平台分支KAIMyEntity-CrossPlatform
https://www.mcmod.cn/class/4917.html
不过仍需要自行编译原生库
https://github.com/asuka-mio/KAIMyEntity
https://github.com/asuka-mio/KAIMyEntitySaba
优化类:
1.Distant Horizon
https://www.mcmod.cn/class/5009.html
解决方法:该模组需要Sqlite-jdbc原生库
地址:
https://github.com/xerial/sqlite-jdbc
构建方法:
https://bili2233.cn/yUfYc7k
2.vulkanmod
https://www.mcmod.cn/class/6626.html
该模组依赖lwjgl3.3.3,导入原生库方法目前还不清楚,我个人测试在arm64-Linux上也无法使用
3.sodium
https://www.mcmod.cn/class/2785.html
高版本和vulkanmod一样依赖lwjgl3.3.3(Hmcl提供的是lwjgl3.3.4因此不兼容)
解决方法:在jvm参数里添加
-Dsodium.checks.issue2561
关闭LWJGL版本检查
玩法扩展类:
1.瓦尔基里
https://www.mcmod.cn/class/1528.html
依赖物理库 Krunch physics engine
https://github.com/StewStrong/Kronch-Physics-Engine
目前未构建成功
2.真实物理
https://www.mcmod.cn/class/3460.html
似乎依赖physx-jni
Github:https://github.com/fabmax/physx-jni
功能增强类:
1.简单的语音聊天
https://www.mcmod.cn/class/3693.html
Github:https://github.com/henkelmax/simple-voice-chat
在模组里面发现了原生库
libopus4j.so
librnnoise4j.so
liblame4j.so
应该是要移植这个库