Rubidium

Rubidium

34M Downloads

Project Red/ CB Multipart graphical issue again

d3f0k0 opened this issue ยท 6 comments

commented

Rubidium Version: 0.5.6, Newest version of project red on 1.18
Fixed on 1.16.5 but reappeared in 1.18
2023-06-25_10 16 24

commented

Just posted about this on their issue board as well. Can't wait to get this resolved.

commented

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.

commented

Following. Any updates?
Rubidium: 0.5.6
Oculus: 1.18.2-1.6.4

commented

Fixed in Dev version

commented

@Asek3 still waiting for it to be fix in 1.18.2 version

commented

@Asek3 still waiting for it to be fix in 1.18.2 version

How about Embeddium?
Download: CurseForge / Modrinth