-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Modify modid to avoid some compability promblems. #2
base: main
Are you sure you want to change the base?
Conversation
Fix some compat problems
Hi, which mods had compatibility issues? |
I'm not so sure, but it seems to be a problem with VMod.
|
It looks like some other mods didn't modify their code for interacting with trackwork on Fabric platform. For now, change the modid is the best way to avoid crushing with this mods. (I just want it to be working in my modpack.) |
That actually looks like vmod trying to import the trackwork blocks from package name NVM, yeah it will fix the crashing of vmod, but It will also disable trackwork compat |
Afaik to solve this, we'll have to move the Trackwork compat from common to forge portion of vmod, and add another compatibility class into fabric portion |
Modid has been modfied from trackwork to trackwork-fabric to solve some compability issues with other mods.
And it seems to be work well. (Forget the rendering issues.)