Cutter_
自己开发mod,在接收到某个服务端数据包后,让指定的玩家做出指定的自定义动作。


Hueihuea
本帖最后由 Hueihuea 于 2021-9-28 22:34 编辑

参考https://github.com/VazkiiMods/Quark/tree/1.12
https://www.mcbbs.net/thread-950601-1-1.html
https://www.mcbbs.net/thread-725571-1-1.html

我只能帮你这么多

MaxSeth
mc的动作实际上是写死在渲染器里的,你想做只能去写coremod你如果想做coremod的话可以阅读RendererPlayer类的源码

Cutter_
Hueihuea 发表于 2021-9-28 19:02
参考https://github.com/VazkiiMods/Quark/tree/1.12
https://www.mcbbs.net/thread-950601-1-1.html
https ...

基本上帮我解决了问题,感谢