Crash when rendering pipe with a blockless? fluid
codewarrior0 opened this issue ยท 5 comments
... that apparently doesn't exist in block form? ImmEng Creosote, in this example.
java.lang.NullPointerException: Rendering Block Entity
at pl.asie.charset.pipes.pipe.SpecialRendererPipe.renderMultipartFast(SpecialRendererPipe.java:264)
at pl.asie.charset.pipes.pipe.SpecialRendererPipe.renderMultipartFast(SpecialRendererPipe.java:52)
Charset-mc1.10.2-0.3.2-b6c6110f0942700e.jar
ImmersiveEngineering-0.10-55.jar
May be related to #113 (comment) ๐
Same crash in b210fb6
java.lang.NullPointerException: Rendering Block Entity
at pl.asie.charset.pipes.pipe.SpecialRendererPipe.renderMultipartFast(SpecialRendererPipe.java:263)
at pl.asie.charset.pipes.pipe.SpecialRendererPipe.renderMultipartFast(SpecialRendererPipe.java:52)
at mcmultipart.client.multipart.MultipartContainerSpecialRenderer.renderMultipartContainerFast(MultipartContainerSpecialRenderer.java:105)
I managed to quick-fix it by passing DEFAULT_STATE instead of the fluid-block-derived state, but now the extra quads in the pipe's fluid are bugging me.