Project Red/ CB Multipart graphical issue again
d3f0k0 opened this issue ยท 6 comments
Just posted about this on their issue board as well. Can't wait to get this resolved.
Basically a case of 2 hacks not being compatible. Likely an easy solution to this. Providing some info here for context.
CBMultipart uses CodeChickenLib's CCBlockRenderer
mechanism to render its multipart blocks. It's basically a hook that allows programmatic level rendering instead of MC's default json-based block model system.
The hook is based on an object wrapper rather than, say, a mixin. Minecraft#blockRenderer
is replaced with a CCBlockRenderingDispatcher
, which is a wrapper that will intercept calls to renderBatched
and try to find a registered renderer first, otherwise delegate to the original blockRenderer instance.
You can find the initialization code here and the actual wrapper class here.
@Asek3 still waiting for it to be fix in 1.18.2 version
@Asek3 still waiting for it to be fix in 1.18.2 version
How about Embeddium?
Download: CurseForge / Modrinth