Crash when MI pipe enters inscriber
TheFluffyDisneyGeek opened this issue ยท 3 comments
Describe the bug
Rendering crash when a Modern Industrialization pipe enters an inscriber.
To Reproduce
Place inscriber on the ground, put hoppers inputting into it, then put an MI pipe in, it will crash if it can enter.
Additional context
Crash report:
https://pastebin.com/d303p1eP
Environment
Fabric version, Specifics in the crash log.
Want to add, playing the same pack (AOF3) and have a similar crash when a modded fluid is in storage and I try to partition in a Cell Workbench. I can replicate and post logs if that helps.
I think that you should make sure that model.getQuads(null, null, new Random())
is not null
. MI (and probably other mods) assume that the method getQuads
will never be called, and prefer returning null
over returning an empty list.