MrTJP / ProjectRed

Redstone Engineering
MIT License
466 stars 178 forks source link

Tiles Invisible on Placement - 1.18.2 Forge #1783

Closed Chassx2 closed 9 months ago

Chassx2 commented 1 year ago

Using Iris instead of Optifine Using Rubidium + Rubidium Extras.

So after a bit of troubleshooting it looks like image Are the culprit. After removing these two the blocks show up normally. (Before they were invisible but the logic worked. Especially with the wires. )

Which means this beta does not support Rubidium

[https://www.curseforge.com/minecraft/mc-mods/rubidium/files/4494903]

Oh.. looks like someone posted there as well.

https://github.com/Asek3/Rubidium/issues/515

TheKidThatCodes commented 1 year ago

temp fix in rubidium-mixins.properties mixin.features.chunk_rendering=false when i tested it crashed my graalvm after a few secs but should be fine

MrTJP commented 1 year ago

Thanks! That narrows down the problem to the chunk rendering hacks from Rubidium. I'll look into it. Also provided some details in the issue on Rubidium's end in case any of their devs know what's going on.

Asek3 commented 9 months ago

https://github.com/Asek3/Rubidium/commit/3b9559ed1272d579349c757e7897b46bcfb88e87 Fixed in Rubidium's dev versions