-
Notifications
You must be signed in to change notification settings - Fork 32
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
Placing an impetus drainer freezes the game #389
Comments
UPDATE: got a legitimate crash report. it's renderLib. this mod is required for nothirium which is kinda essential for basically being a sodium equivalent for 1.12.2 so it'd be appreciated if there was a fix sometime soon |
I'll look into it. Do other animated blocks have the same issue? Examples: impetus matrix, stability field generator, impetus diffuser |
stability field gen is fine. but i've had similar issues with the diffuser, impetus matrix and the vis regenerator, so probably sth to do with the way you've implemented the rotating bits. The matrix kinda surprised me tbh, but on second thought it makes sense. meanwhile all standard thaumcraft blocks (including the regular runic matrix) work perfectly fine |
also, it still appears to freeze even after removing renderLib and co. this might be a deeper issue with more mods involved. the easiest band-aid fix i could think of rn would be to make another variant of these blocks that function the same but without the animations |
UPDATE: for some reason it works now. i did remove a few mods, but more or less coincidentally. |
What did you remove? I'll take any lead I can get on this one, as I was never able to get this to happen for me. |
the only one i can distinctly remember getting rid of was nuclearcraft, but i might have to check a few others |
i... wish i could provide any info to this, but not even the logs will show anything. due to the fact that it freezes before the drainer appears on screen i assume it's a clientside problem with how the model is set up. will update if i find the incompatible mod
The text was updated successfully, but these errors were encountered: