We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于ll2 到 ll3(LeviLamina)的变化过大,导致迁移成本和重构的工作量较大,因此短期内很难完成,加之主要开发者的一些个人原因,适配和新版本更新工作更加举步维艰。因此,新版本的适配很难说有一个确定的时间,直接停更也不是不可能。如果有想pr或者fork下来自己维护的,我这里可以提供一些适配的思路:
RenameThis.cpp
ll_plugin_load
dllmain.cpp
<mc/xxx.hpp>
<mc/xxx/xxx/xxx/xxx.h>
BlockInstance
The text was updated successfully, but these errors were encountered:
🌹
Sorry, something went wrong.
爷青结
No branches or pull requests
由于ll2 到 ll3(LeviLamina)的变化过大,导致迁移成本和重构的工作量较大,因此短期内很难完成,加之主要开发者的一些个人原因,适配和新版本更新工作更加举步维艰。因此,新版本的适配很难说有一个确定的时间,直接停更也不是不可能。如果有想pr或者fork下来自己维护的,我这里可以提供一些适配的思路:
RenameThis.cpp
中的ll_plugin_load
等几个导出函数需要复制到tr里面参与编译,tr的dllmain.cpp
可以根据需要删除<mc/xxx.hpp>
全部修改为<mc/xxx/xxx/xxx/xxx.h>
,有一些新版消失的类如BlockInstance
等需要根据新的事件API重构The text was updated successfully, but these errors were encountered: